The class to describe a tuple. More...
#include <Common/Types.h>

Public Member Functions | |
| Tuple (keyType k) | |
| construct with key More... | |
| Tuple (keyType k, valueType v) | |
| construct with key and value More... | |
| Tuple (keyType k, valueType v, size_t sk) | |
| construct with key, value and subkey More... | |
Public Attributes | |
| keyType | key |
| valueType | payload |
| size_t | subKey = 0 |
The class to describe a tuple.