stlencoders  1.1.3
Classes | Namespaces | Constant Groups
traits.hpp File Reference

Components for implementing, or working with, character encoding traits. More...

Classes

struct  stlencoders::portable_wchar_encoding_traits< traits >
 A character encoding traits adaptor that converts an underlying encoding traits class for type char to type wchar_t. More...
 
struct  stlencoders::lower_char_encoding_traits< traits >
 A character encoding traits adaptor that uses the lowercase alphabet of an underlying encoding traits class. More...
 
struct  stlencoders::upper_char_encoding_traits< traits >
 A character encoding traits adaptor that uses the uppercase alphabet of an underlying encoding traits class. More...
 

Namespaces

 stlencoders
 C++ namespace used for the stlencoders public API.
 

Constant Groups

 stlencoders
 C++ namespace used for the stlencoders public API.
 

Detailed Description

Components for implementing, or working with, character encoding traits.