|
SpECTRE
v2025.08.19
|
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,...).