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 2022. The current version is 1.89.0.
PrimitiveLexer is the most basic building block that the client uses to build more complex lexer components.
|
Expression |
Description |
|---|---|
|
|
Metafunction that evaluates to |
The following lexer components conform to this model:
'x'),
char_,
"abc"),
std::basic_string<>,
string
FIXME Add more links to PrimitiveLexer models here.