a convenience class which associates a simple ID with type T More...
#include <index_space.hh>
Public Types | |
| using | id_t = simple_id |
Public Member Functions | |
| simple_entry (id_t id, const T &entry) | |
| Constructor to associate an id with an entry. | |
| operator T () const | |
| Conversion operator. | |
| auto | entry_id () const |
| Get the entry ID. | |
| id_t | index_space_id () const |
| Get the index space ID. | |
a convenience class which associates a simple ID with type T
1.8.13