Boost C++ Libraries Home Libraries People FAQ More

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