Public Types | List of all members
absl::container_internal::HashEq< T, E > Struct Template Reference

#include <hash_function_defaults.h>

Public Types

using Eq = std::equal_to< T >
 
using Hash = absl::Hash< T >
 

Detailed Description

template<class T, class E = void>
struct absl::container_internal::HashEq< T, E >

Definition at line 63 of file hash_function_defaults.h.

Member Typedef Documentation

template<class T, class E = void>
using absl::container_internal::HashEq< T, E >::Eq = std::equal_to<T>

Definition at line 65 of file hash_function_defaults.h.

template<class T, class E = void>
using absl::container_internal::HashEq< T, E >::Hash = absl::Hash<T>

Definition at line 64 of file hash_function_defaults.h.


The documentation for this struct was generated from the following file:


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:19:59