template <typename ElementPointer, typename Size>
class StlContainerView
Defined at line 381 of file ../../third_party/googletest/src/googlemock/include/gmock/internal/gmock-internal-utils.h
This specialization is used when RawContainer is a native array
represented as a (pointer, size) tuple.
Public Methods
const_reference ConstReference (const ::std::tuple<ElementPointer, Size> & array)
Defined at line 390 of file ../../third_party/googletest/src/googlemock/include/gmock/internal/gmock-internal-utils.h
type Copy (const ::std::tuple<ElementPointer, Size> & array)
Defined at line 395 of file ../../third_party/googletest/src/googlemock/include/gmock/internal/gmock-internal-utils.h