proxygen
testing::internal::AnythingMatcher Class Reference

#include <gmock-matchers.h>

Public Member Functions

template<typename T >
 operator Matcher< T > () const
 
template<typename T >
 operator Matcher< T > () const
 
template<typename T >
 operator Matcher< T > () const
 

Detailed Description

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

Member Function Documentation

template<typename T >
testing::internal::AnythingMatcher::operator Matcher< T > ( ) const
inline

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

879 { return A<T>(); }
template<typename T >
testing::internal::AnythingMatcher::operator Matcher< T > ( ) const
inline

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

879 { return A<T>(); }
template<typename T >
testing::internal::AnythingMatcher::operator Matcher< T > ( ) const
inline

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

879 { return A<T>(); }

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