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 a snapshot of the develop branch, built from commit 2daa88693b.
PrevUpHomeNext

Struct sorted_t

boost::parser::sorted_t

Synopsis

// In header: <boost/parser/parser_fwd.hpp>


struct sorted_t {
};

Description

A tag type that can be passed as the first parameter to char_() when the second parameter is a sorted, random access sequence that can be matched using a binary search.


PrevUpHomeNext