intnslib 0.1
A library to hold common functionality used across multiple projects.
|
A no-operation pool policy for resource management. More...
#include <ObjectPool.hpp>
Static Public Member Functions | |
static void | on_acquire (U &) noexcept |
static void | on_release (U &) noexcept |
A no-operation pool policy for resource management.
This policy provides empty implementations for acquire and release hooks, intended for use in scenarios where no special actions are required when acquiring or releasing resources from a pool.
U | The type of resource managed by the pool. |