Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/classic/meta/
Drefactoring.hpp57 class refactor_unary_parser : class
58 public parser<refactor_unary_parser<BinaryT, NestedT> > {
68 refactor_unary_parser(BinaryT const& binary_, NestedT const& nested_) in refactor_unary_parser() function in boost::spirit::refactor_unary_parser
71 typedef refactor_unary_parser<BinaryT, NestedT> self_t;
99 refactor_unary_parser<ParserT, NestedT>
102 return refactor_unary_parser<ParserT, NestedT> in operator []()