proxygen
testing::internal::AnyLe Struct Reference

#include <gmock-matchers.h>

Public Member Functions

template<typename A , typename B >
bool operator() (const A &a, const B &b) const
 
template<typename A , typename B >
bool operator() (const A &a, const B &b) const
 
template<typename A , typename B >
bool operator() (const A &a, const B &b) const
 

Detailed Description

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

Member Function Documentation

template<typename A , typename B >
bool testing::internal::AnyLe::operator() ( const A a,
const B b 
) const
inline

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

References b.

220 { return a <= b; }
char b
char a
template<typename A , typename B >
bool testing::internal::AnyLe::operator() ( const A a,
const B b 
) const
inline

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

References b.

220 { return a <= b; }
char b
char a
template<typename A , typename B >
bool testing::internal::AnyLe::operator() ( const A a,
const B b 
) const
inline

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

References b.

220 { return a <= b; }
char b
char a

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