Template Class ConverterImpl
Defined in File converter.h
Inheritance Relationships
Base Type
public sparsebase::converter::Converter
(Class Converter)
Class Documentation
-
template<class ConverterType>
class sparsebase::converter::ConverterImpl : public sparsebase::converter::Converter Intermediate class used to implement CRTP (curiously recurring template pattern). Under most circumstances, users don’t need to interact with this class unless they are defining their own converter classes.
- tparam ConverterType
Concrete type of the Converter class that is derived from this class