Electroneum
Loading...
Searching...
No Matches
testing::internal::ResultOfMatcher< Callable > Class Template Reference

#include <gmock-matchers.h>

Public Types

typedef CallableTraits< Callable >::ResultType ResultType

Public Member Functions

 ResultOfMatcher (Callable callable, const Matcher< ResultType > &matcher)
template<typename T>
 operator Matcher< T > () const

Detailed Description

template<typename Callable>
class testing::internal::ResultOfMatcher< Callable >

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

Member Typedef Documentation

◆ ResultType

template<typename Callable>
typedef CallableTraits<Callable>::ResultType testing::internal::ResultOfMatcher< Callable >::ResultType

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

Constructor & Destructor Documentation

◆ ResultOfMatcher()

template<typename Callable>
testing::internal::ResultOfMatcher< Callable >::ResultOfMatcher ( Callable callable,
const Matcher< ResultType > & matcher )
inline

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

Here is the call graph for this function:

Member Function Documentation

◆ operator Matcher< T >()

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

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

2347 {
2348 return Matcher<T>(new Impl<T>(callable_, matcher_));
2349 }

The documentation for this class 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