boost::mixin::deprecated_mixin
// In header: <boost/mixin/common_mutation_rules.hpp> template<typename Mixin> class deprecated_mixin : public boost::mixin::internal::deprecated_mixin_impl { public: // construct/copy/destruct deprecated_mixin(); };
A mutation rule for a deprecated mixin.
If active, such rule will cause every mutation to always try to remove the mixin from an object and will ignore any attempts of a mutation to add it.
typename Mixin
The deprecated mixin type
deprecated_mixin
deprecated_mixin();