Constructor
Function Usage
Constructs an object of class ComputeNodeInfo.
Prototype
1 2 3 4 5 | ComputeNodeInfo() = delete ComputeNodeInfo(const ComputeNodeInfo &) = delete ComputeNodeInfo(ComputeNodeInfo &&) = delete ComputeNodeInfo &operator=(const ComputeNodeInfo &) = delete ComputeNodeInfo &operator=(ComputeNodeInfo &&) = 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: ComputeNodeInfo