#include <type_traits.h>
|
template<class Key > |
static std::nullptr_t | DoIt () |
|
template<class Key > |
static auto | GetReturnType (int) -> decltype(std::declval< std::hash< Key >>()(std::declval< Key const & >())) |
|
template<class Key > |
static NAT | GetReturnType (...) |
|
static void | Sink (...) |
|
Definition at line 588 of file type_traits.h.
template<class Key >
static std::nullptr_t absl::type_traits_internal::AssertHashEnabledHelper::DoIt |
( |
| ) |
|
|
inlinestaticprivate |
template<class Key >
static auto absl::type_traits_internal::AssertHashEnabledHelper::GetReturnType |
( |
int |
| ) |
-> decltype(std::declval< std::hash< Key >>()(std::declval< Key const & >())) |
|
staticprivate |
template<class Key >
static NAT absl::type_traits_internal::AssertHashEnabledHelper::GetReturnType |
( |
|
... | ) |
|
|
staticprivate |
static void absl::type_traits_internal::AssertHashEnabledHelper::Sink |
( |
|
... | ) |
|
|
inlinestaticprivate |
template<class... Ts>
void AssertHashEnabled |
( |
| ) |
|
|
friend |
The documentation for this struct was generated from the following file: