Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/
Dstatements.hpp146 struct if_then_composite { struct
148 typedef if_then_composite<CondT, ThenT> self_t;
151 struct result { typedef void type; };
153 if_then_composite(CondT const& cond_, ThenT const& then_) in if_then_composite() function
157 void eval(TupleT const& args) const in eval()
163 CondT cond; ThenT then; // actors
164 else_gen<CondT, ThenT> else_;