Template Numerical Library version\ main:bb09b17
|
A trait-class that determines if an allocator allocates data that are directly accessible from the host code without the need for explicit copy operations. More...
#include <TNL/Allocators/Traits.h>
A trait-class that determines if an allocator allocates data that are directly accessible from the host code without the need for explicit copy operations.
The trait is equivalent to std::true_type by default and each definition of an allocator that does not meet the above condition must be accompanied by a template specialization for this trait.
Allocator | a type to checky |