Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/
Dstatements.hpp94 struct if_then_else_composite { struct
96 typedef if_then_else_composite<CondT, ThenT, ElseT> self_t;
99 struct result {
104 if_then_else_composite( in if_then_else_composite() argument
111 void eval(TupleT const& args) const in eval()
119 CondT cond; ThenT then; ElseT else_; // actors