Corrade::NoCreateT struct new in Git master

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).