Monero
Loading...
Searching...
No Matches
testing::internal::MatcherAsPredicate< M > Class Template Reference

#include <gmock-matchers.h>

Public Member Functions

 MatcherAsPredicate (M matcher)
template<typename T>
bool operator() (const T &x) const

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (MatcherAsPredicate)

Private Attributes

M matcher_

Constructor & Destructor Documentation

◆ MatcherAsPredicate()

template<typename M>
testing::internal::MatcherAsPredicate< M >::MatcherAsPredicate ( M matcher)
inlineexplicit

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

template<typename M>
testing::internal::MatcherAsPredicate< M >::GTEST_DISALLOW_ASSIGN_ ( MatcherAsPredicate< M > )
private

◆ operator()()

template<typename M>
template<typename T>
bool testing::internal::MatcherAsPredicate< M >::operator() ( const T & x) const
inline

Member Data Documentation

◆ matcher_

template<typename M>
M testing::internal::MatcherAsPredicate< M >::matcher_
private

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