Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Struct pool_allocator_tag

boost::pool_allocator_tag

Synopsis

// In header: <boost/pool/pool_alloc.hpp>


struct pool_allocator_tag {
};

Description

Simple tag type used by pool_allocator as an argument to the underlying singleton_pool.


PrevUpHomeNext