SpECTRE  v2024.09.29
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
IdPair< IdType, DataType > Struct Template Reference

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 {}
 

Detailed Description

template<typename IdType, typename DataType>
struct IdPair< IdType, DataType >

A data structure that contains an ID and data associated with that ID.


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