Templa 0.0.1-alpha
C++ Metaprogramming Utilities
|
Concept checking if an object can be destroyed via an allocator. More...
#include <concepts.hpp>
Concept checking if an object can be destroyed via an allocator.
Requires allocator A to be rebindable to E and supports destroy(m, p).
E | Element type. |
T | Container type. |
A | Allocator type. |