https://mooseframework.inl.gov
Static Public Attributes | List of all members
Moose::Kokkos::ArrayDeepCopy< T > Struct Template Reference

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
 

Detailed Description

template<typename T>
struct Moose::Kokkos::ArrayDeepCopy< T >

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.

Member Data Documentation

◆ value

template<typename T >
const bool Moose::Kokkos::ArrayDeepCopy< T >::value = false
static

Definition at line 69 of file KokkosArray.h.


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