struct LessComparator
Defined at line 2556 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
A comparator functor that uses the
<
operator to compare two values.
Public Methods
template <typename T, typename U>
bool operator() (const T & lhs, const U & rhs)
Defined at line 2558 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h