Macro BOOST_DECLARE_MIXIN
BOOST_DECLARE_MIXIN — Declares a class as a mixin.
Synopsis
BOOST_DECLARE_MIXIN(mixin_type)
Description
Call this in header files to forward declare a mixin type. This may be included separately and doesn't need to be in the same header as the actual mixin class definition.