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

Generator Directives
PrevUpHomeNext

This module includes different generator directives. It includes alignment directives (left_align[], center[], and right_align[]), repetition (repeat[]), directives controlling automatic delimiting (verbatim[], no_delimit[], and delimit[]), controlling case sensitivity (upper[] and lower[]), field width (maxwidth[]), buffering (buffer[]), splitting into columns (columns[]) and attribute handling (duplicate[], omit[], and skip[]).

Module Header
// forwards to <boost/spirit/home/karma/directive.hpp>
#include <boost/spirit/include/karma_directive.hpp>

Also, see Include Structure.


PrevUpHomeNext