Constructor

Description

Constructs an object of class ComputeNodeInfo.

Prototype

ComputeNodeInfo() = delete

ComputeNodeInfo(const ComputeNodeInfo &) = delete

ComputeNodeInfo(ComputeNodeInfo &&) = delete

ComputeNodeInfo &operator=(const ComputeNodeInfo &) = delete

ComputeNodeInfo &operator=(ComputeNodeInfo &&) = delete

Parameters

None

Returns

None

Restrictions

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