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 2017. The current version is 1.89.0.
lexeme[])no_skip[])no_case[])omit[])raw[])repeat[])matches[])skip[])hold[])as<T>, as_string[], as_wstring[])
This module includes different directives usable to augment and parameterize
other parsers. It includes the no_case,
lexeme, omit,
raw, repeat,
matches, no_skip, skip,
hold, as<T>, as_string
and as_wstring directives.
// forwards to <boost/spirit/home/qi/directive.hpp> #include <boost/spirit/include/qi_directive.hpp>
Also, see Include Structure.