Family of converters to char. More...
#include <char.hpp>
Public Member Functions | |
virtual | ~Converter () |
Public Member Functions inherited from ecl::Converter< char, int > | |
char | operator() (const int &input) |
Public Member Functions inherited from ecl::Converter< char, unsigned int > | |
char | operator() (const unsigned int &input) |
Family of converters to char.
This groups all the char converters of fundamental types into a single cohesive superclass.
|
inlinevirtual |
Reimplemented from ecl::Converter< char, unsigned int >.