MADNESS 0.10.1
madness::is_trivially_copyable< T > Struct Template Reference

trait for trivial (=bitwise) copyability of T, defaults to std::is_trivially_copyable<T> but can be specialized as needed More...

#include <type_traits.h>

Inheritance diagram for madness::is_trivially_copyable< T >:
Inheritance graph
[legend]
Collaboration diagram for madness::is_trivially_copyable< T >:
Collaboration graph
[legend]

Detailed Description

template<typename T>
struct madness::is_trivially_copyable< T >

trait for trivial (=bitwise) copyability of T, defaults to std::is_trivially_copyable<T> but can be specialized as needed


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