Boost C++ Libraries Home Libraries People FAQ More

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