Electroneum
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 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:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-matchers.h