Go to the source code of this file.
|
template<typename T > |
bool | zserio::operator== (const Extended< T > &lhs, const Extended< T > &rhs) |
|
template<typename T > |
bool | zserio::operator!= (const Extended< T > &lhs, const Extended< T > &rhs) |
|
template<typename T > |
bool | zserio::operator< (const Extended< T > &lhs, const Extended< T > &rhs) |
|
template<typename T > |
bool | zserio::operator> (const Extended< T > &lhs, const Extended< T > &rhs) |
|
template<typename T > |
bool | zserio::operator<= (const Extended< T > &lhs, const Extended< T > &rhs) |
|
template<typename T > |
bool | zserio::operator>= (const Extended< T > &lhs, const Extended< T > &rhs) |
|
template<typename T > |
uint32_t | zserio::calcHashCode (uint32_t seed, const Extended< T > &extendedValue) |
|