#include <winstl/conversion/char_conversions.hpp>
whar_t-based) string to a multibyte (char-based) string. Member Types | |
| typedef char | char_type |
| The character type. | |
| typedef wchar_t | alt_char_type |
| The alternate character type. | |
| typedef parent_class_type::size_type | size_type |
| The size type. | |
| typedef parent_class_type::pointer | pointer |
| The pointer type. | |
Public Member Functions | |
Construction | |
| template<typename S> | |
| wide2multibyte (S const &s) | |
| template<typename S> | |
| wide2multibyte (S const &s, size_type cch) | |
| typedef char char_type |
The character type.
| typedef wchar_t alt_char_type |
The alternate character type.
| typedef parent_class_type::size_type size_type |
The size type.
| typedef parent_class_type::pointer pointer |
The pointer type.
1.5.6