|
memory
|
Traits class that checks whether or not a standard Allocator can be used as RawAllocator.
It checks the existence of a custom construct(), destroy() function, if provided, it cannot be used since it would not be called.
Specialize it for custom Allocator types to override this check.
1.13.2