Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::ElementsAreArrayMatcher< T > Class Template Reference

#include <gmock-matchers.h>

Public Member Functions

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

Detailed Description

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

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

Constructor & Destructor Documentation

◆ ElementsAreArrayMatcher()

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

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

3897: matchers_(first, last) {}

Member Function Documentation

◆ operator Matcher< Container >()

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

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

3900 {
3902 !IsHashTable<GTEST_REMOVE_REFERENCE_AND_CONST_(Container)>::value,
3903 use_UnorderedElementsAreArray_with_hash_tables);
3904
3905 return MakeMatcher(new ElementsAreMatcherImpl<Container>(
3906 matchers_.begin(), matchers_.end()));
3907 }
#define GTEST_REMOVE_REFERENCE_AND_CONST_(T)
#define GTEST_COMPILE_ASSERT_(expr, msg)
Matcher< T > MakeMatcher(const MatcherInterface< T > *impl)
#define value
Definition pkcs11.h:157
Here is the call graph for this function:

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