#include <Hash.hpp>
|
template<typename T > |
static HashT | combine (HashT &hash, T const &rhs) |
|
template<typename T > |
static HashT | combinePtr (HashT &hash, T const &rhs) |
|
◆ combine()
template<typename HashT >
template<typename T >
static HashT castor::hashcomb::HashCombinerT< HashT, std::enable_if_t< !std::is_same_v< HashT, uint64_t > &&sizeof(HashT)==8u > >::combine |
( |
HashT & | hash, |
|
|
T const & | rhs ) |
|
inlinestatic |
◆ combinePtr()
template<typename HashT >
template<typename T >
static HashT castor::hashcomb::HashCombinerT< HashT, std::enable_if_t< !std::is_same_v< HashT, uint64_t > &&sizeof(HashT)==8u > >::combinePtr |
( |
HashT & | hash, |
|
|
T const & | rhs ) |
|
inlinestatic |
The documentation for this struct was generated from the following file: