27 #ifndef CAST_UNICODE_H 28 #define CAST_UNICODE_H 40 std::wstring
widen(
const std::string& str);
47 std::string
narrow(
const std::wstring& str);
53 #endif // CAST_UNICODE_H Unicode helper functions.
std::wstring widen(const std::string &str)
Cast a std::string into a std::wstring.
std::string narrow(const std::wstring &str)
Cast a std::wstring into a std::string.