Electroneum
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

Detailed Description

template<typename SizeMatcher>
class testing::internal::SizeIsMatcher< SizeMatcher >

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

Constructor & Destructor Documentation

◆ SizeIsMatcher()

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

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

2402 : size_matcher_(size_matcher) {
2403 }

Member Function Documentation

◆ operator Matcher< Container >()

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

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

2406 {
2407 return MakeMatcher(new Impl<Container>(size_matcher_));
2408 }
Matcher< T > MakeMatcher(const MatcherInterface< T > *impl)
Here is the call graph for this function:

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