![]() |
tinyutf8 4.0.2
Unicode (UTF-8) capable std::string
|
Implementation Detail. More...
Classes | |
class | is_little_endian |
Helper to detect little endian. More... | |
union | last_byte |
Helper to modify the last (address-wise) byte of a little endian value of type 'T'. More... | |
union | last_byte< T, 1 > |
struct | read_bytes_tag |
struct | read_codepoints_tag |
Functions | |
template<typename T > | |
std::size_t | strlen (const T *str) |
strlen for different character types | |
template<> | |
std::size_t | strlen< char > (const char *str) |
Implementation Detail.
|
inline |
strlen for different character types
|
inline |