Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/example/
Dlambda.hpp780 struct else_generator struct
782 typedef typename proto::result_of::left<Expr const &>::type condition_type;
783 typedef typename proto::result_of::right<Expr const &>::type body1_type;
785 explicit else_generator(Expr const &expr) in else_generator() argument
797 operator[](Body2 const &body2) const in operator []()
807 Expr const &if_;