Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::LessByName< T > Struct Template Reference

Public Member Functions

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

◆ operator()()

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 }
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
Definition pointer.h:1181

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