Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/support/
Dterminal.hpp34 struct terminal_ex struct
36 typedef Terminal terminal_type;
37 typedef Args args_type;
39 terminal_ex(Args const& args_) in terminal_ex() argument
41 terminal_ex(Args const& args_, Terminal const& term_) in terminal_ex() argument
44 Args args; // Args is guaranteed to be a fusion::vectorN so you
46 Terminal term;