30 #ifndef CAST_UNICODE_H 31 #define CAST_UNICODE_H 43 std::wstring
widen(
const std::string& str);
50 std::string
narrow(
const std::wstring& str);
56 #endif // CAST_UNICODE_H Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
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.