Vireo  0.0
Vireo 3D Rendering Hardware Interface
std Namespace Reference

Functions

string to_string (const std::wstring &wstr)
 
wstring to_wstring (const std::string &str)
 

Function Documentation

string std::to_string ( const std::wstring &  wstr)
inline

Converts a UTF-16 wide string to a UTF-8 std::string.

wstring std::to_wstring ( const std::string &  str)
inline

Converts a UTF-8 std::string to a UTF-16 wide string.