Monero
Loading...
Searching...
No Matches
testing::internal::SizeIsMatcher< SizeMatcher > Class Template Reference

#include <gmock-matchers.h>

Classes

class  Impl

Public Member Functions

 SizeIsMatcher (const SizeMatcher &size_matcher)
template<typename Container>
 operator Matcher< Container > () const

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (SizeIsMatcher)

Private Attributes

const SizeMatcher size_matcher_

Constructor & Destructor Documentation

◆ SizeIsMatcher()

template<typename SizeMatcher>
testing::internal::SizeIsMatcher< SizeMatcher >::SizeIsMatcher ( const SizeMatcher & size_matcher)
inlineexplicit

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

template<typename SizeMatcher>
testing::internal::SizeIsMatcher< SizeMatcher >::GTEST_DISALLOW_ASSIGN_ ( SizeIsMatcher< SizeMatcher > )
private

◆ operator Matcher< Container >()

template<typename SizeMatcher>
template<typename Container>
testing::internal::SizeIsMatcher< SizeMatcher >::operator Matcher< Container > ( ) const
inline

Member Data Documentation

◆ size_matcher_

template<typename SizeMatcher>
const SizeMatcher testing::internal::SizeIsMatcher< SizeMatcher >::size_matcher_
private

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