PrevUpHomeNext

Class default_allocator

boost::mixin::internal::default_allocator

Synopsis

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


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

Description

The default allocator.

Used internally by the library, where no custom allocators are provided.


PrevUpHomeNext