#include <debugMultiUseIndexManager.hpp>

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. | |
Index tag pair struct stored in the active real.
| T_Index | The type of the identifier for the real value. |
| T_Tag | The type of the tag value. |