Monero
Loading...
Searching...
No Matches
testing::internal::ElementsAreMatcher< MatcherTuple > Class Template Reference

#include <gmock-matchers.h>

Collaboration diagram for testing::internal::ElementsAreMatcher< MatcherTuple >:

Public Member Functions

 ElementsAreMatcher (const MatcherTuple &args)
template<typename Container>
 operator Matcher< Container > () const

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (ElementsAreMatcher)

Private Attributes

const MatcherTuple matchers_

Constructor & Destructor Documentation

◆ ElementsAreMatcher()

template<typename MatcherTuple>
testing::internal::ElementsAreMatcher< MatcherTuple >::ElementsAreMatcher ( const MatcherTuple & args)
inlineexplicit

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

template<typename MatcherTuple>
testing::internal::ElementsAreMatcher< MatcherTuple >::GTEST_DISALLOW_ASSIGN_ ( ElementsAreMatcher< MatcherTuple > )
private

◆ operator Matcher< Container >()

template<typename MatcherTuple>
template<typename Container>
testing::internal::ElementsAreMatcher< MatcherTuple >::operator Matcher< Container > ( ) const
inline

Member Data Documentation

◆ matchers_


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