#include <winstl/conversion/char_conversions.hpp>
char
-based) string to a wide (whar_t
-based) string. Member Types | |
typedef wchar_t | char_type |
The character type. | |
typedef char | 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> | |
multibyte2wide (S const &s) | |
template<typename S> | |
multibyte2wide (S const &s, size_type cch) |
typedef wchar_t char_type |
The character type.
typedef char 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.