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 2023. The current version is 1.89.0.
PrimitiveGenerator is the most basic building block that the client uses to build more complex generators.
Before exiting the generate
member function, a PrimitiveGenerator is required to do a post-delimit.
This will generate a single delimiting character/token sequence. Only
PrimitiveGenerator's are required to perform this post-delimit. This
is typically carried out through a call to karma::delimit_out:
karma::delimit_out(sink, delimit);
|
Expression |
Description |
|---|---|
|
|
Metafunction that evaluates to |
The following generators conform to this model:
FIXME Add more links to PrimitiveGenerator models here.