|
ttg 1.0.0-alpha
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
|
reports whether objects of type T are safe to std::memcpy More...
#include <traits.h>
Inherits std::bool_constant< std::is_trivially_copyable_v< T >||is_memcpyable_override_v< T > >.
reports whether objects of type T are safe to std::memcpy
True if either std::is_trivially_copyable_v<T> or is_memcpyable_override_v<T> are true
1.9.8