Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/error_handling/
Dexceptions.hpp317 struct guard_gen : public unary<ParserT, nil_t> struct
319 typedef guard<ErrorDescrT> parser_generator_t;
320 typedef unary_parser_category parser_category_t;
322 guard_gen(ParserT const& p) in guard_gen() function
327 operator[](HandlerT const& handler) const in operator []()