ttg::detail::is_memcpyable< T > Struct Template Reference
Inheritance diagram for ttg::detail::is_memcpyable< T >:

Documentation

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: