Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/x3/directive/
Dconfix.hpp17 struct confix_directive : struct
21 Subject, confix_directive<Prefix, Subject, Postfix>> base_type;
22 static bool const is_pass_through_unary = true;
23 static bool const handles_container = Subject::handles_container;
25 constexpr confix_directive(Prefix const& prefix in confix_directive() argument
36 bool parse( in parse()
53 Prefix prefix;
54 Postfix postfix;