Wire Sysio Wire Sysion 1.0.0
|
Classes | |
class | sysio::fixed_key< Size > |
Functions | |
template<size_t Size> | |
bool | sysio::operator== (const fixed_key< Size > &c1, const fixed_key< Size > &c2) |
Compares two fixed_key variables c1 and c2. | |
template<size_t Size> | |
bool | sysio::operator!= (const fixed_key< Size > &c1, const fixed_key< Size > &c2) |
Compares two fixed_key variables c1 and c2. | |
template<size_t Size> | |
bool | sysio::operator> (const fixed_key< Size > &c1, const fixed_key< Size > &c2) |
Compares two fixed_key variables c1 and c2. | |
template<size_t Size> | |
bool | sysio::operator< (const fixed_key< Size > &c1, const fixed_key< Size > &c2) |
Compares two fixed_key variables c1 and c2. | |
bool sysio::operator!= | ( | const fixed_key< Size > & | c1, |
const fixed_key< Size > & | c2 ) |
Lexicographically compares two fixed_key variables c1 and c2
Definition at line 193 of file fixed_key.hpp.
bool sysio::operator< | ( | const fixed_key< Size > & | c1, |
const fixed_key< Size > & | c2 ) |
Lexicographically compares two fixed_key variables c1 and c2
Definition at line 215 of file fixed_key.hpp.
bool sysio::operator== | ( | const fixed_key< Size > & | c1, |
const fixed_key< Size > & | c2 ) |
Lexicographically compares two fixed_key variables c1 and c2
Definition at line 182 of file fixed_key.hpp.
bool sysio::operator> | ( | const fixed_key< Size > & | c1, |
const fixed_key< Size > & | c2 ) |
Lexicographically compares two fixed_key variables c1 and c2
Definition at line 204 of file fixed_key.hpp.