proxygen
testing::internal::LessByName< T > Struct Template Reference

Public Member Functions

bool operator() (const T *a, const T *b)
 
bool operator() (const T *a, const T *b)
 
bool operator() (const T *a, const T *b)
 

Detailed Description

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

Definition at line 47 of file gtest-unittest-api_test.cc.

Member Function Documentation

template<typename T >
bool testing::internal::LessByName< T >::operator() ( const T a,
const T b 
)
inline

Definition at line 48 of file gtest-unittest-api_test.cc.

48  {
49  return strcmp(a->name(), b->name()) < 0;
50  }
char b
char a
template<typename T >
bool testing::internal::LessByName< T >::operator() ( const T a,
const T b 
)
inline

Definition at line 48 of file gtest-unittest-api_test.cc.

48  {
49  return strcmp(a->name(), b->name()) < 0;
50  }
char b
char a
template<typename T >
bool testing::internal::LessByName< T >::operator() ( const T a,
const T b 
)
inline

Definition at line 48 of file gtest-unittest-api_test.cc.

48  {
49  return strcmp(a->name(), b->name()) < 0;
50  }
char b
char a

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