template <typename Container>

class UnorderedElementsAreMatcherImpl

Defined at line 3819 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

Implements UnorderedElementsAre, UnorderedElementsAreArray, IsSubsetOf, and

IsSupersetOf.

Public Methods

template <typename InputIter>
void UnorderedElementsAreMatcherImpl<Container> (UnorderedMatcherRequire::Flags matcher_flags, InputIter first, InputIter last)

Defined at line 3830 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

void DescribeTo (::std::ostream * os)

Describes what this matcher does.

Defined at line 3842 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

void DescribeNegationTo (::std::ostream * os)

Describes what the negation of this matcher does.

Defined at line 3847 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

bool MatchAndExplain (Container container, MatchResultListener * listener)

Defined at line 3851 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h