PrevUpHomeNext

Macro BOOST_MIXIN_MSG_THROW_UNLESS

BOOST_MIXIN_MSG_THROW_UNLESS

Synopsis

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

BOOST_MIXIN_MSG_THROW_UNLESS(test, exception)

Description

This macro us used internally to throw exceptions within the functions generated for the mixin messages.

[Note] Note

You can disable the throwing of exceptions in the message functions by defining BOOST_MIXIN_NO_MSG_THROW before including Boost.Mixin's headers. If you do this, the messages will fall back to having assert calls in them


PrevUpHomeNext