38inline auto Str(
const std::wstring& wstr)
52inline auto Wstr(
const std::string& str)
auto Str(const std::wstring &wstr)
Convenience function for calling Safir::Dob::Typesystem::Utilities::ToUtf8 but without all the long n...
Definition Convenience.h:38
auto Wstr(const std::string &str)
Convenience function for calling Safir::Dob::Typesystem::Utilities::ToWstring but without all the lon...
Definition Convenience.h:52
DOTS_CPP_API const std::string ToUtf8(const std::wstring &wstr)
Convert a std::wstring to UTF8-encoded std::string.
DOTS_CPP_API const std::wstring ToWstring(const std::string &str)
Convert a UTF8-encoded std::string to std::wstring.