Classes | |
struct | r_string |
A read string implementation with comparison functionality. More... | |
Functions | |
bool | operator< (const r_string &l, const r_string &r) |
bool | operator< (const r_string &l, const std::string &r) |
bool | operator> (const r_string &l, const std::string &r) |
bool | operator== (const r_string &l, const r_string &r) |
bool | operator== (const r_string &l, const std::string &r) |
|
inline |
|
inline |
|
inline |