SpECTRE  v2024.04.12
ActionTesting::NodeId Struct Reference

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
 

Detailed Description

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,...).


The documentation for this struct was generated from the following file: