struct new in Git master
#include <Corrade/Tags.h>
NoCreateT No creation tag type.
Used to distinguish construction with initialization but not creation. Contrary to NoInitT this doesn't keep random values, but makes the instance empty (usually equivalent to a moved-out state).