template <typename DistanceMatcher>

class BeginEndDistanceIsMatcher

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

Implements a matcher that checks the begin()..end() distance of an STL-style

container.

Public Methods

void BeginEndDistanceIsMatcher<DistanceMatcher> (const DistanceMatcher & distance_matcher)

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

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

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

Records