Пример #1
0
string::string(const u32string_view& view) : _base(_Convert<char32_t>::toUTF8(view.data(), 0, view.size()))
{
}