![]() |
Home | Libraries | People | FAQ | More |
boost::parser::blank
// In header: <boost/parser/parser.hpp> parser_interface< ws_parser< false, true > > blank;
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.