template <typename T>

class ValuesInIteratorRangeGenerator

Defined at line 299 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h

Generates values from a pair of STL-style iterators. Used in the

ValuesIn() function. The elements are copied from the source range

since the source can be located on the stack, and the generator

is likely to persist beyond that stack frame.

Public Methods

template <typename ForwardIterator>
void ValuesInIteratorRangeGenerator<T> (ForwardIterator begin, ForwardIterator end)

Defined at line 302 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h

void ~ValuesInIteratorRangeGenerator<T> ()

Defined at line 304 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h

ParamIteratorInterface<T> * Begin ()

Defined at line 306 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h

ParamIteratorInterface<T> * End ()

Defined at line 309 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h