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

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Auxiliary Generators

Attribute Transformation Pseudo Generator (attr_cast)
End of Line Generator (eol)
Epsilon Generator (eps)
Lazy Generator (lazy)

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

Module Header
// forwards to <boost/spirit/home/karma/auxiliary.hpp>
#include <boost/spirit/include/karma_auxiliary.hpp>

Also, see Include Structure.


PrevUpHomeNext