Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
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 2901 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 2903 of file gmock-matchers.h.

2903{ return lhs < rhs; }

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