PrevUpHomeNext

Macro BOOST_MIXIN_THROW_UNLESS

BOOST_MIXIN_THROW_UNLESS

Synopsis

// In header: <boost/mixin/exception.hpp>

BOOST_MIXIN_THROW_UNLESS(test, exception)

Description

A macro that throws an exception if BOOST_MIXIN_USE_EXCEPTIONS is defined. If it's not, it falls back to an assert.


PrevUpHomeNext