proxygen
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
 
template<typename T , typename U >
bool operator() (const T &lhs, const U &rhs) const
 
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

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.

References folly::detail::rhs.

2608 { return lhs < rhs; }
FOLLY_PUSH_WARNING RHS rhs
Definition: Traits.h:649
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.

References folly::detail::rhs.

2608 { return lhs < rhs; }
FOLLY_PUSH_WARNING RHS rhs
Definition: Traits.h:649
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.

References folly::detail::rhs.

2608 { return lhs < rhs; }
FOLLY_PUSH_WARNING RHS rhs
Definition: Traits.h:649

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