Overview
Classes: Ptr
Functions: hashCombine
Classes
class Ptr
Functions
hashCombine  
 
template < typename SizeT > inline void hashCombine(
    SizeT & seed,
    SizeT value
);
hashCombine  
 
inline void hashCombine(
    Poco::UInt32 & h1,
    Poco::UInt32 k1
);
hashCombine  
 
inline void hashCombine(
    Poco::UInt64 & h,
    Poco::UInt64 k
);
Variables
EnableSigned
template < typename T > using EnableSigned = typename std::enable_if_t < std::is_signed < T >::value > *;
EnableUnsigned
template < typename T > using EnableUnsigned = typename std::enable_if_t < std::is_unsigned < T >::value > *;