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 an older version of Boost and was released in 2013. The current version is 1.92.0.
left_align[], center[], right_align[])repeat[])verbatim[], delimit[])upper[], lower[])maxwidth[])buffer[])omit[])columns[])
This module includes different generator directives. It includes alignment
directives (left_align[], center[], and right_align[]), repetition (repeat[]), directives controlling automatic delimiting
(verbatim[]
and delimit[]),
controlling case sensitivity (upper[] and lower[]), field width (maxwidth[]), buffering (buffer[]), splitting into columns (columns[])
and attribute handling (omit[]).
// forwards to <boost/spirit/home/karma/directive.hpp> #include <boost/spirit/include/karma_directive.hpp>
Also, see Include Structure.