Electroneum
Loading...
Searching...
No Matches
testing::internal::BeginEndDistanceIsMatcher< DistanceMatcher > Class Template Reference

#include <gmock-matchers.h>

Classes

class  Impl

Public Member Functions

 BeginEndDistanceIsMatcher (const DistanceMatcher &distance_matcher)
template<typename Container>
 operator Matcher< Container > () const

Detailed Description

template<typename DistanceMatcher>
class testing::internal::BeginEndDistanceIsMatcher< DistanceMatcher >

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

Constructor & Destructor Documentation

◆ BeginEndDistanceIsMatcher()

template<typename DistanceMatcher>
testing::internal::BeginEndDistanceIsMatcher< DistanceMatcher >::BeginEndDistanceIsMatcher ( const DistanceMatcher & distance_matcher)
inlineexplicit

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

Member Function Documentation

◆ operator Matcher< Container >()

template<typename DistanceMatcher>
template<typename Container>
testing::internal::BeginEndDistanceIsMatcher< DistanceMatcher >::operator Matcher< Container > ( ) const
inline

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

2458 {
2459 return MakeMatcher(new Impl<Container>(distance_matcher_));
2460 }
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