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

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
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