tesseract v5.3.3.20231005
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 46 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 47 of file gtest-unittest-api_test.cc.

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

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