Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher > Class Template Reference

#include <gmock-matchers.h>

Classes

class  Impl
 

Public Member Functions

 WhenSortedByMatcher (const Comparator &comparator, const ContainerMatcher &matcher)
 
template<typename LhsContainer >
 operator Matcher< LhsContainer > () const
 

Detailed Description

template<typename Comparator, typename ContainerMatcher>
class testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >

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

Constructor & Destructor Documentation

◆ WhenSortedByMatcher()

template<typename Comparator , typename ContainerMatcher >
testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::WhenSortedByMatcher ( const Comparator & comparator,
const ContainerMatcher & matcher )
inline

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

2912 : comparator_(comparator), matcher_(matcher) {}

Member Function Documentation

◆ operator Matcher< LhsContainer >()

template<typename Comparator , typename ContainerMatcher >
template<typename LhsContainer >
testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::operator Matcher< LhsContainer > ( ) const
inline

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

2915 {
2916 return MakeMatcher(new Impl<LhsContainer>(comparator_, matcher_));
2917 }
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: