49#ifndef GUM_CAST_UNICODE_H
50#define GUM_CAST_UNICODE_H
64std::wstring
widen(std::string_view str);
71std::string
narrow(
const std::wstring& str);
std::wstring widen(std::string_view str)
Cast a std::string into a std::wstring.
std::string narrow(const std::wstring &str)
Cast a std::wstring into a std::string.
Unicode helper functions.