Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::locale::utf Namespace Reference

Namespace that holds basic operations on UTF encoded sequences. More...

Classes

struct  utf_traits
 
struct  utf_traits< CharType, 1 >
 
struct  utf_traits< CharType, 2 >
 
struct  utf_traits< CharType, 4 >
 

Typedefs

typedef uint32_t code_point
 The integral type that can hold a Unicode code point. More...
 

Functions

bool is_valid_codepoint (code_point v)
 the function checks if v is a valid code point More...
 

Detailed Description

Namespace that holds basic operations on UTF encoded sequences.

All functions defined in this namespace do not require linking with Boost.Locale library

Typedef Documentation

The integral type that can hold a Unicode code point.

Function Documentation

bool boost::locale::utf::is_valid_codepoint ( code_point  v)
inline