The type trait that determines the default behavior of copy constructor and deepCopy() If this type trait is set to true, the copy constructor will call deepCopy(), and the deepCopy() method will copy-construct each entry. More...
#include <KokkosArray.h>
Static Public Attributes | |
static const bool | value = false |
The type trait that determines the default behavior of copy constructor and deepCopy() If this type trait is set to true, the copy constructor will call deepCopy(), and the deepCopy() method will copy-construct each entry.
If this type trait is set to false, the copy constructor will call shallowCopy(), and the deepCopy() method will do a memory copy.
Definition at line 67 of file KokkosArray.h.
|
static |
Definition at line 69 of file KokkosArray.h.