C++ Utilities
4.17.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
Converts a std::string to a wide string using the specified locale. More...
#include <widen.h>
Public Member Functions | |
Widen (const std::locale &locale=std::locale()) | |
Constructs a new instance with the specified locale. More... | |
Widen (const Widen &)=delete | |
Widen & | operator= (const Widen &)=delete |
std::basic_string< E, T, A > | operator() (const std::string &string) const |
Performs the conversation for the provided string. More... | |
Converts a std::string to a wide string using the specified locale.
|
inline |
|
delete |
|
inline |
|
delete |