#include <boost/cstdint.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::locale | |
This is the main namespace that encloses all localization classes. | |
boost::locale::utf | |
Namespace that holds basic operations on UTF encoded sequences. | |
Typedefs | |
typedef uint32_t | boost::locale::utf::code_point |
The integral type that can hold a Unicode code point. More... | |
Functions | |
bool | boost::locale::utf::is_valid_codepoint (code_point v) |
the function checks if v is a valid code point More... | |