Home
last modified time | relevance | path

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

/third_party/boost/tools/quickbook/src/
Dparsers.hpp220 struct lookback_parser struct
223 typedef lookback_parser<ParserT> self_t;
225 base_t;
227 template <typename ScannerT> struct result
232 lookback_parser(ParserT const& p) : base_t(p) {} in lookback_parser() argument
235 typename result<ScannerT>::type parse(ScannerT const& scan) const in parse()