Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template allocator

boost::heap::allocator — Specifies allocator for the internal memory management.

Synopsis

// In header: <boost/heap/policies.hpp>

template<typename T> 
struct allocator {
};

PrevUpHomeNext