Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Nothing

#include <boost/phoenix/core/nothing.hpp>

Finally, the expression::null<mpl::void_>::type does nothing; (a "bum", if you will :-) ). There's a sole expression::null<mpl::void_>::type instance named "nothing". This actor is actually useful in situations where we don't want to do anything. (See for_ Statement for example).


PrevUpHomeNext