Electroneum
Loading...
Searching...
No Matches
testing::internal::UnorderedElementsAreArrayMatcher< T > Class Template Reference

#include <gmock-matchers.h>

Public Member Functions

 UnorderedElementsAreArrayMatcher ()
template<typename Iter>
 UnorderedElementsAreArrayMatcher (Iter first, Iter last)
template<typename Container>
 operator Matcher< Container > () const

Detailed Description

template<typename T>
class testing::internal::UnorderedElementsAreArrayMatcher< T >

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

Constructor & Destructor Documentation

◆ UnorderedElementsAreArrayMatcher() [1/2]

template<typename T>
testing::internal::UnorderedElementsAreArrayMatcher< T >::UnorderedElementsAreArrayMatcher ( )
inline

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

3504{}

◆ UnorderedElementsAreArrayMatcher() [2/2]

template<typename T>
template<typename Iter>
testing::internal::UnorderedElementsAreArrayMatcher< T >::UnorderedElementsAreArrayMatcher ( Iter first,
Iter last )
inline

Member Function Documentation

◆ operator Matcher< Container >()

template<typename T>
template<typename Container>
testing::internal::UnorderedElementsAreArrayMatcher< T >::operator Matcher< Container > ( ) const
inline

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

3511 {
3512 return MakeMatcher(
3513 new UnorderedElementsAreMatcherImpl<Container>(matchers_.begin(),
3514 matchers_.end()));
3515 }
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