cppx-core
|
#include <cppx-core/meta-template/Enable_if_.hpp>
#include <cppx-core/meta-type/type-traits.hpp>
#include <cppx-core/text/unicode/utf8-Generator.hpp>
#include <cppx-core/text/unicode/utf8-n_bytes_for.hpp>
Go to the source code of this file.
Namespaces | |
cppx | |
cppx::utf8 | |
Functions | |
cppx::utf8::CPPX_USE_STD (basic_string, basic_string_view, iterator_traits, move, next, string, string_view) | |
template<class Char > | |
auto | cppx::utf8::from_string_view (const basic_string_view< Char > &ws) -> string |
template<class Char > | |
auto | cppx::utf8::from (const P_< const Char > s) -> string |
template<class Char > | |
auto | cppx::utf8::from (const basic_string< Char > &s) -> string |
auto | cppx::utf8::from (string s) -> string |
template<class Char > | |
auto | cppx::utf8::from (const basic_string_view< Char > &s) -> string |