Type is memory resource if it can be used with allocate and deallocate CPOs.
More...
#include <ecor.hpp>
template<typename T>
{ allocate( a, bytes, align ) } -> std::same_as< void* >;
{ deallocate( a, p, bytes, align ) } -> std::same_as< void >;
}
Type is memory resource if it can be used with allocate and deallocate CPOs.
Definition: ecor.hpp:306
Type is memory resource if it can be used with allocate and deallocate CPOs.