Boost C++ Libraries Home Libraries People FAQ More

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