Zserio C++17 runtime library  0.5.0
Built for Zserio 2.17.0
Extended.h File Reference
#include "HashCodeUtil.h"

Go to the source code of this file.

Classes

class  zserio::Extended< T >
 
struct  std::hash< zserio::Extended< T > >
 

Namespaces

 zserio
 
 std
 

Functions

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)