Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/
Dterminal.hpp50 struct lazy_terminal struct
52 typedef Terminal terminal_type;
53 typedef Actor actor_type;
54 static int const arity = Arity;
56 lazy_terminal(Actor const& actor_) in lazy_terminal() argument
58 lazy_terminal(Actor const& actor_, Terminal const& term_) in lazy_terminal() argument
61 Actor actor;
62 Terminal term;