A data pair consisting of an integer ID and a user-provided member of type M. More...
#include <partition.hpp>
Public Member Functions | |
| Entry (int id) | |
| Constructs an Entry with the given ID and a default member value. More... | |
| Entry (int id, const M &member) | |
| Constructs an Entry with the given ID and member. More... | |
Public Attributes | |
| const int | id |
| The integer id field. More... | |
| M | member |
| The user-provided member of type M. More... | |
A data pair consisting of an integer ID and a user-provided member of type M.
|
inline |
Constructs an Entry with the given ID and a default member value.
|
inline |
Constructs an Entry with the given ID and member.
| const int partition::Domain< M, V >::Entry::id |
The integer id field.
| M partition::Domain< M, V >::Entry::member |
The user-provided member of type M.
1.8.3.1