PrevUpHomeNext

Class template deprecated_mixin

boost::mixin::deprecated_mixin

Synopsis

// 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();
};

Description

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.

Template Parameters

  1. typename Mixin

    The deprecated mixin type

deprecated_mixin public construct/copy/destruct

  1. deprecated_mixin();

PrevUpHomeNext