|
SpECTRE
v2025.08.19
|
A data structure that contains an ID and data associated with that ID. More...
#include <IdPair.hpp>
Public Member Functions | |
| IdPair (IdType id_in, DataType data_in) | |
Public Attributes | |
| IdType | id {} |
| DataType | data {} |
A data structure that contains an ID and data associated with that ID.