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

PrevUpHomeNext

Global hex_digit

boost::parser::hex_digit

Synopsis

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

unspecified hex_digit;

Description

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


PrevUpHomeNext