Constructor

Description

Constructs an object of class RuntimeAttrs.

Prototype

RuntimeAttrs() = delete

RuntimeAttrs(const RuntimeAttrs &) = delete

RuntimeAttrs(RuntimeAttrs &&) = delete

RuntimeAttrs &operator=(const RuntimeAttrs &) = delete

RuntimeAttrs &operator=(RuntimeAttrs &&) = delete

Parameters

None

Returns

None

Restrictions

POD types cannot be explicitly constructed by calling constructors, but can be constructed by explicitly allocating memory.