Electroneum
testing::internal::LessComparator Struct Reference

#include <gmock-matchers.h>

Public Member Functions

template<typename T , typename U >
bool operator() (const T &lhs, const U &rhs) const
 

Detailed Description

Definition at line 2606 of file gmock-matchers.h.

Member Function Documentation

◆ operator()()

template<typename T , typename U >
bool testing::internal::LessComparator::operator() ( const T lhs,
const U &  rhs 
) const
inline

Definition at line 2608 of file gmock-matchers.h.

2608 { return lhs < rhs; }

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