Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global eol

boost::parser::eol

Synopsis

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

parser_interface< ws_parser< true, false > > eol;

Description

The end-of-line parser. This matches "\r\n", or any one of the line break code points from the Unicode Line Break Algorithm, described in https://unicode.org/reports/tr14. Produces no attribute.


PrevUpHomeNext