Template Class ParamGeneratorConverter
Defined in File gtest-param-util.h
Nested Relationships
Nested Types
Inheritance Relationships
Base Type
public testing::internal::ParamGeneratorInterface< To >(Template Class ParamGeneratorInterface)
Class Documentation
-
template<typename From, typename To>
class ParamGeneratorConverter : public testing::internal::ParamGeneratorInterface<To> Public Functions
-
inline ParamGeneratorConverter(ParamGenerator<From> gen)
-
inline virtual ParamIteratorInterface<To> *Begin() const override
-
inline virtual ParamIteratorInterface<To> *End() const override
-
inline ParamGeneratorConverter(ParamGenerator<From> gen)