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