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 digit

boost::parser::digit

Synopsis

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

constexpr parser_interface< digit_parser > digit;

Description

The decimal digit parser. Matches the full set of Unicode decimal digits; in other words, all Unicode code points with the "Nd" character property. Note that this covers all Unicode scripts, only a few of which are Latin.


PrevUpHomeNext