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

Auxiliary Parsers
PrevUpHomeNext

This module includes different auxiliary parsers not fitting into any of the other categories. This module includes the attr, attr_cast, eoi, eol, eps, and lazy parsers.

Module Header
// forwards to <boost/spirit/home/qi/auxiliary.hpp>
#include <boost/spirit/include/qi_auxiliary.hpp>

Also, see Include Structure.


PrevUpHomeNext