template <template <class> class MatcherImpl, typename T>

class SomeOfArrayMatcher

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

Wrapper for implementation of Any/AllOfArray().

Public Methods

template <typename Iter>
void SomeOfArrayMatcher<MatcherImpl, T> (Iter first, Iter last)

Constructs the matcher from a sequence of element values or

element matchers.

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

template <typename U>
Matcher<U> operator testing::Matcher<type-parameter-1-0> ()

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