|
intnslib 0.1
A library to hold common functionality used across multiple projects.
|
Concept to check if a type supports the acquire hook. Type T must implement Policy::on_acquire(T&), which is noexcept.
More...
#include <ObjectPool.hpp>
Concept to check if a type supports the acquire hook. Type T must implement Policy::on_acquire(T&), which is noexcept.
| T | The type to check for the acquire hook. |