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