ttg 1.0.0-alpha
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
ttg::detail::is_memcpyable< T > Struct Template Reference

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 > >.

Detailed Description

template<typename T>
struct ttg::detail::is_memcpyable< 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

Definition at line 204 of file traits.h.


The documentation for this struct was generated from the following file: