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

#include <gmock-matchers.h>

Public Member Functions

 EachMatcher (M m)
template<typename Container>
 operator Matcher< Container > () const

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (EachMatcher)

Private Attributes

const M inner_matcher_

Constructor & Destructor Documentation

◆ EachMatcher()

template<typename M>
testing::internal::EachMatcher< M >::EachMatcher ( M m)
inlineexplicit

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

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

◆ operator Matcher< Container >()

template<typename M>
template<typename Container>
testing::internal::EachMatcher< M >::operator Matcher< Container > ( ) const
inline

Member Data Documentation

◆ inner_matcher_

template<typename M>
const M testing::internal::EachMatcher< M >::inner_matcher_
private

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