![]() |
Home | Libraries | People | FAQ | More |
boost::parser::sorted_t
// In header: <boost/parser/parser_fwd.hpp> struct sorted_t { };
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.