template <typename From, typename To, typename Func>
class ParamGeneratorConverter
Defined at line 956 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h
Public Methods
void ParamGeneratorConverter<From, To, Func> (ParamGenerator<From> gen, Func converter)
Defined at line 958 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h
ParamIteratorInterface<To> * Begin ()
Defined at line 961 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h
ParamIteratorInterface<To> * End ()
Defined at line 964 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h
const Func & TypeConverter ()
Returns the std::function wrapping the user-supplied converter callable. It
is used by the iterator (see class Iterator below) to convert the object
(of type FROM) returned by the ParamGenerator to an object of a type that
can be static_cast to type TO.
Defined at line 972 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-param-util.h