|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Classes | |
| struct | Eq |
Public Member Functions | |
| MyRecord () | |
| MyRecord (size_t k, const string &v) | |
| MyRecord (size_t k) | |
| bool | operator== (const MyRecord &r) const noexcept |
| MyRecord () | |
| MyRecord (size_t k, const string &v) | |
| MyRecord (size_t k) | |
| bool | operator== (const MyRecord &r) const noexcept |
Public Attributes | |
| size_t | key |
| string | value |