NAME
A function of omni::wstring
omni::wstring::type_cast
A function of omni::wstring
#include <>
template < typename ret_t > inline ret_t wstring::type_cast(const std::wstring& str)
template < typename ret_t > inline ret_t wstring::type_cast(const wchar_t* str)
template < typename ret_t, std::size_t X > inline ret_t wstring::type_cast(const wchar_t (&str)[X])