SpECTRE
v2024.09.29
|
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,...)
.