Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Attributes | Static Private Member Functions | List of all members
testing::internal::IsHashTable< T > Struct Template Reference

#include <gtest-internal.h>

Static Public Attributes

static const bool value = sizeof(test<T>(nullptr, nullptr)) == sizeof(int)
 

Static Private Member Functions

template<typename U >
static char test (typename U::hasher *, typename U::reverse_iterator *)
 
template<typename U >
static int test (typename U::hasher *,...)
 
template<typename U >
static char test (...)
 

Detailed Description

template<typename T>
struct testing::internal::IsHashTable< T >

Definition at line 933 of file gtest-internal.h.

Member Function Documentation

template<typename T >
template<typename U >
static char testing::internal::IsHashTable< T >::test ( typename U::hasher *  ,
typename U::reverse_iterator *   
)
staticprivate
template<typename T >
template<typename U >
static int testing::internal::IsHashTable< T >::test ( typename U::hasher *  ,
  ... 
)
staticprivate
template<typename T >
template<typename U >
static char testing::internal::IsHashTable< T >::test (   ...)
staticprivate

Member Data Documentation

template<typename T >
const bool testing::internal::IsHashTable< T >::value = sizeof(test<T>(nullptr, nullptr)) == sizeof(int)
static

Definition at line 943 of file gtest-internal.h.


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