3.1.2. pooled.hpp¶
Full path: allocator/pooled.hpp
-
template<typename
Alloc
>
classpooled_allocator
¶ An
Allocator
adaptor that retains a pool of unused permutations that has previously been released. Excess permutations are released. A copy of this allocator still refers to the same pool as the original.-
~pooled_allocator
()¶ If this is the last copy of this allocator, the pool is released.
-
std::size_t
degree
() const¶
-
void
release
(const_pointer p)¶
-