Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global ws

boost::parser::ws

Synopsis

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

parser_interface< ws_parser< false, false > > ws;

Description

The whitespace parser. This matches "\r\n", or 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. Produces no attribute.


PrevUpHomeNext