Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/classic/core/scanner/
Dskipper.hpp72 struct no_skipper_iteration_policy : public BaseT struct
74 typedef BaseT base_t;
76 no_skipper_iteration_policy() in no_skipper_iteration_policy() function
80 no_skipper_iteration_policy(PolicyT const& other) in no_skipper_iteration_policy() argument
85 skip(ScannerT const& /*scan*/) const {} in skip()