type_pool
Pool of Ts.
Description
A resource pool concept implemented in C++11. Pool is tied to a single type. Instances of a type can be retrieved as raw pointer, shared_ptr or unique_ptr. Resource management is move-enabled. Pre-allocation of instances is possible.
Categories
License
Update Notifications
User Reviews
Be the first to post a review of type_pool!