cppx-core
|
#include <cppx-core/text/unicode/utf8-Generator.hpp>
#include <cppx-core/iterators/Count_iterator_.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) | |
template<class Char > | |
auto | cppx::utf8::n_bytes_for (const basic_string_view< Char > &sv) noexcept -> Size |
auto | cppx::utf8::n_bytes_for (const basic_string_view< char > &sv) noexcept -> Size |
template<class Char > | |
auto | cppx::utf8::n_bytes_for (const P_< Char > s) noexcept -> Size |
template<class Char > | |
auto | cppx::utf8::n_bytes_for (const basic_string< Char > &s) noexcept -> Size |