Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct if_else_

boost::proto::tag::if_else_ — Tag type for the ternary ?: conditional operator.

Synopsis

// In header: <boost/proto/tags.hpp>


struct if_else_ {
};

PrevUpHomeNext