#include <conversion.hpp>


Public Types | |
| enum | conversion_type { normalization, upper_case, lower_case, case_folding, title_case } |
| The flag used for facet - the type of operation to perform. More... | |
Public Member Functions | |
| converter (size_t refs=0) | |
| virtual std::string | convert (conversion_type how, char const *begin, char const *end, int flags=0) const =0 |
Static Public Attributes | |
| static std::locale::id | id |
|
inline |
|
pure virtual |
|
static |