Template Function sequant::to_string(S&&)¶
Defined in File wstring.hpp
Function Documentation¶
-
template<typename S, typename = meta::EnableIfAllBasicStringConvertible<S>>
std::string sequant::to_string(S &&str_utf8)¶ (potentially) narrowing character converter.
Converts a UTF-8 encoded string (C or C++) to a UTF-8 encoded std::string