Classes | Public Member Functions | Private Attributes | Friends
absl::container_internal::Alloc< T > Struct Template Reference

#include <hash_policy_testing.h>

List of all members.

Classes

struct  rebind

Public Member Functions

 Alloc (size_t id=0)
 Alloc (const Alloc &)
template<class U >
 Alloc (const Alloc< U > &that)
size_t id () const
Allocoperator= (const Alloc &)

Private Attributes

size_t id_ = (std::numeric_limits<size_t>::max)()

Friends

bool operator!= (const Alloc &a, const Alloc &b)
bool operator== (const Alloc &a, const Alloc &b)

Detailed Description

template<class T = int>
struct absl::container_internal::Alloc< T >

Definition at line 117 of file hash_policy_testing.h.


Constructor & Destructor Documentation

template<class T = int>
absl::container_internal::Alloc< T >::Alloc ( size_t  id = 0) [inline, explicit]

Definition at line 121 of file hash_policy_testing.h.

template<class T = int>
absl::container_internal::Alloc< T >::Alloc ( const Alloc< T > &  )
template<class T = int>
template<class U >
absl::container_internal::Alloc< T >::Alloc ( const Alloc< U > &  that) [inline]

Definition at line 127 of file hash_policy_testing.h.


Member Function Documentation

template<class T = int>
size_t absl::container_internal::Alloc< T >::id ( ) const [inline]

Definition at line 134 of file hash_policy_testing.h.

template<class T = int>
Alloc& absl::container_internal::Alloc< T >::operator= ( const Alloc< T > &  )

Friends And Related Function Documentation

template<class T = int>
bool operator!= ( const Alloc< T > &  a,
const Alloc< T > &  b 
) [friend]

Definition at line 139 of file hash_policy_testing.h.

template<class T = int>
bool operator== ( const Alloc< T > &  a,
const Alloc< T > &  b 
) [friend]

Definition at line 136 of file hash_policy_testing.h.


Member Data Documentation

template<class T = int>
size_t absl::container_internal::Alloc< T >::id_ = (std::numeric_limits<size_t>::max)() [private]

Definition at line 142 of file hash_policy_testing.h.


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


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