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 for the latest Boost documentation.
PrevUpHomeNext

Reference

Concepts
Char
String
Numeric
Binary
Directive
Action
Nonterminal
Operators
Stream
Auxiliary
Debug
Description

Description of Parser concept

Notation

p

A Parser

Valid Expressions

For any Parser the following expressions must be valid:

Expression

Semantics

Return type

Complexity

xxx

Semantics of xxx

Parser

Constant

Type Requirements

Expression

Requirements

xxx

Requirements for xxx

Invariants

For any Parser xxx the following invariants always hold:

Models

Links to models of Parser concept


PrevUpHomeNext