PrevUpHomeNext

Class mixin_allocator

boost::mixin::mixin_allocator

Synopsis

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


class mixin_allocator : public boost::mixin::global_allocator {
public:
};

Description

The class should be the parent to your custom mixin allocators, i.e. allocators that are set to mixins mixin as features.

It's derived from allocator, and the difference between the two is that mixin_allocator, hides alloc_mixin_data and dealloc_mixin_data.


PrevUpHomeNext