Constructor
Function Usage
Constructs an object of class RuntimeAttrs.
Prototype
1 2 3 4 5 | RuntimeAttrs() = delete RuntimeAttrs(const RuntimeAttrs &) = delete RuntimeAttrs(RuntimeAttrs &&) = delete RuntimeAttrs &operator=(const RuntimeAttrs &) = delete RuntimeAttrs &operator=(RuntimeAttrs &&) = delete |
Parameters
None
Returns
None
Constraints
POD types cannot be explicitly constructed by calling constructors, but can be constructed by explicitly allocating memory.
Parent topic: RuntimeAttrs