Home
last modified time | relevance | path

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

/third_party/boost/libs/proto/example/
Dvirtual_member.cpp141 struct eval_if_else : proto::callable struct
143 typedef void result_type;
146 void operator()(If const &if_, Then const &then_, Else const &else_, Args const &args) const in operator ()()