| 170 | |
| 171 | // ternary conditional operator |
| 172 | template<class Pred, class Arg1, class Arg2> |
| 173 | void operator()(proto::tag::if_else_, const Pred &p, const Arg1 &x, const Arg2 &y) |
| 174 | { |
| 175 | proto::eval(p, *this); |
nothing calls this directly
no outgoing calls
no test coverage detected