| 135 | |
| 136 | // ternary conditional operator |
| 137 | template<class Pred, class Arg1, class Arg2> |
| 138 | void operator()(proto::tag::if_else_, const Pred &p, const Arg1 &x, const Arg2 &y) |
| 139 | { |
| 140 | proto::eval(p, *this); |
nothing calls this directly
no outgoing calls
no test coverage detected