
Static Public Attributes | |
| static constexpr bool | value = decltype(Test<Hash>(0))::value |
Static Private Member Functions | |
| template<typename H , typename = decltype(H::Invoke( std::declval<State>(), std::declval<const T&>()))> | |
| static std::true_type | Test (int) |
| template<typename U > | |
| static std::false_type | Test (char) |
Definition at line 604 of file internal/hash.h.
| static std::true_type absl::hash_internal::HashSelect::Probe< Hash, T >::Test | ( | int | ) | [static, private] |
| static std::false_type absl::hash_internal::HashSelect::Probe< Hash, T >::Test | ( | char | ) | [static, private] |
constexpr bool absl::hash_internal::HashSelect::Probe< Hash, T >::value = decltype(Test<Hash>(0))::value [static] |
Definition at line 613 of file internal/hash.h.