![]() |
tinyutf8 4.0.2
Unicode (UTF-8) capable std::string
|
Helper to modify the last (address-wise) byte of a little endian value of type 'T'. More...
#include <tinyutf8.h>
Public Attributes | ||
T | number | |
struct { | ||
char dummy [sizeof(T) -1] | ||
char last | ||
} | bytes | |
Helper to modify the last (address-wise) byte of a little endian value of type 'T'.
struct { ... } tiny_utf8::tiny_utf8_detail::last_byte< T, size_t >::bytes |
char tiny_utf8::tiny_utf8_detail::last_byte< T, size_t >::dummy[sizeof(T) -1] |
char tiny_utf8::tiny_utf8_detail::last_byte< T, size_t >::last |
T tiny_utf8::tiny_utf8_detail::last_byte< T, size_t >::number |