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 eoi

boost::parser::eoi

Synopsis

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

constexpr parser_interface< eoi_parser > eoi;

Description

The end-of-input parser. It matches only the end of input.


PrevUpHomeNext