Magnum/Tags.h file

Tag type Magnum::NoInitT, Magnum::NoCreateT, Magnum::NoAllocateT, tag Magnum::NoInit, Magnum::NoCreate, Magnum::NoAllocate.

Namespaces

namespace Magnum
Root namespace.

Classes

struct Magnum::NoAllocateT new in Git master
No allocation tag type.

Typedefs

using DefaultInitT = Corrade::DefaultInitT new in Git master
Default initialization tag type.
using NoInitT = Corrade::NoInitT new in 2020.06
No initialization tag type.
using NoCreateT = Corrade::NoCreateT
No creation tag type.

Variables

DefaultInitT DefaultInit constexpr new in Git master
Default initialization tag.
NoInitT NoInit constexpr new in 2020.06
No initialization tag.
NoCreateT NoCreate constexpr
No creation tag.
NoAllocateT NoAllocate constexpr new in Git master
No allocation tag.