Home
last modified time | relevance | path

Searched refs:lookback_parser (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/tools/quickbook/src/
Dparsers.hpp220 struct lookback_parser struct
221 : public cl::unary<ParserT, cl::parser<lookback_parser<ParserT> > >
223 typedef lookback_parser<ParserT> self_t; argument
224 typedef cl::unary<ParserT, cl::parser<lookback_parser<ParserT> > >
232 lookback_parser(ParserT const& p) : base_t(p) {} in lookback_parser() argument
255 lookback_parser<ParserT> operator[](ParserT const& p) const in operator []()
257 return lookback_parser<ParserT>(p); in operator []()