Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Global hex_digit
PrevUpHomeNext

Global hex_digit

boost::parser::hex_digit

Synopsis

// In header: <boost/parser/parser.hpp>

unspecified hex_digit;

Description

The hexadecimal digit parser. Matches the full set of Unicode hexadecimal digits (upper or lower case); in other words, all Unicode code points with the "Hex_Digit" character property.


PrevUpHomeNext