|
SpECTRE
v2026.04.01
|
Wraps a size_t representing the node number. This is so the user can write things like emplace_array_component(NodeId{3},...) instead of emplace_array_component(3,...). More...
#include <MockDistributedObject.hpp>
Public Attributes | |
| size_t | value |
Wraps a size_t representing the node number. This is so the user can write things like emplace_array_component(NodeId{3},...) instead of emplace_array_component(3,...).