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

See here for more information about Auxiliary Generators.

Expression

Attribute

Description

attr_cast<Exposed>(a)

Exposed

Invoke a while supplying an attribute of type Exposed.

eol

Unused

Generate the end of line (\n)

eps

Unused

Generate an empty string

eps(b)

Unused

If b is true, generate an empty string

lazy(fg)

Attribute of G where G is the return type of fg

Invoke fg at generation time, returning a generator g which is then called to generate.

fg

see lazy(fg) above

Equivalent to lazy(fg)


PrevUpHomeNext