|
arrp 0.0.15
Auto returning resource pool for modern C++
|
Concept for types that are move-constructible but not arithmetic. More...
#include <siddiqsoft/private/scoped_resource.hpp>
Concept for types that are move-constructible but not arithmetic.
This concept ensures that a type T satisfies two requirements:
This prevents wrapping primitive types which would be inefficient and defeats the purpose of resource pooling.
Definition at line 78 of file scoped_resource.hpp.