Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global blank

boost::parser::blank

Synopsis

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

parser_interface< ws_parser< false, true > > blank;

Description

The whitespace parser that does not match end-of-line. This matches any one of the Unicode code points with the White_Space property, as defined in https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt, except for the ones matched by eol. Produces no attribute.


PrevUpHomeNext