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

Generator Directives

Alignment Generator Directives (left_align[], center[], right_align[])
Repetition Generator Directive (repeat[])
Generator Directives Controlling Automatic Delimiting (verbatim[], no_delimit[], delimit[])
Generator Directives Controlling Case Sensitivity (upper[], lower[])
Generator Directives Controlling the Maximum Field Width (maxwidth[])
Generator Directive for Temporary Output Buffering (buffer[])
Generator Directives Consuming Attributes (omit[] and skip[])
Generator Directive Duplicating Attributes (duplicate[])
Generator Directive Separating Output Into Columns (columns[])
Generator Directives Forcing Atomic Extraction (as<T>, as_string[], as_wstring[])

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