The singleton_pool class allows other pool interfaces for types of the same size to share the same underlying pool.  
More...
#include <boost/pool/poolfwd.hpp>#include <boost/pool/pool.hpp>#include <boost/pool/detail/guard.hpp>#include <boost/type_traits/aligned_storage.hpp>

Classes | |
| class | boost::singleton_pool< Tag, RequestedSize, UserAllocator, Mutex, NextSize, MaxSize > | 
| The singleton_pool class allows other pool interfaces for types of the same size to share the same pool.  More... | |
Namespaces | |
| boost | |
| Duration formatting facet for input.  | |
The singleton_pool class allows other pool interfaces for types of the same size to share the same underlying pool. 
Header singleton_pool.hpp provides a template class singleton_pool, which provides access to a pool as a singleton object.