CoDiPack  3.1.0
A Code Differentiation Package
SciComp TU Kaiserslautern
Loading...
Searching...
No Matches
codi::IndexTagPair< T_Index, T_Tag > Struct Template Reference

#include <debugMultiUseIndexManager.hpp>

Inheritance diagram for codi::IndexTagPair< T_Index, T_Tag >:

Public Types

using Index = T_Index
 See IndexTagPair.
 
using Tag = T_Tag
 See IndexTagPair.
 

Public Member Functions

inlinebool operator!= (IndexTagPair const &o)
 Not equal comparison.
 
inlinebool operator== (IndexTagPair const &o)
 Equal comparison.
 

Public Attributes

Index id
 Identifier for the real value.
 
Tag tag
 Tag data for lifetime and life cycle detection.
 

Detailed Description

template<typename T_Index, typename T_Tag>
struct codi::IndexTagPair< T_Index, T_Tag >

Index tag pair struct stored in the active real.

Template Parameters
T_IndexThe type of the identifier for the real value.
T_TagThe type of the tag value.

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