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

Struct template string_parser
PrevUpHomeNext

Struct template string_parser

boost::parser::string_parser

Synopsis

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

template<typename StrIter, typename StrSentinel> 
struct string_parser {
};

Description

Matches a particular string, delimited by an iterator sentinel pair; produces no attribute.


PrevUpHomeNext