Range over tracked constructed entries. More...
#include <KokkosArray.h>
Public Types | |
| using | array_type = std::conditional_t< is_const, const ArrayBase, ArrayBase > |
| using | iterator = constructed_entry_iterator< is_const > |
Public Member Functions | |
| constructed_entry_range (array_type &array) | |
| iterator | begin () const |
| iterator | end () const |
Private Attributes | |
| array_type & | _array |
| Array that provides the constructed-entry iteration bounds. More... | |
Range over tracked constructed entries.
Definition at line 190 of file KokkosArray.h.
| using Moose::Kokkos::ArrayBase< T, dimension, index_type >::constructed_entry_range< is_const >::array_type = std::conditional_t<is_const, const ArrayBase, ArrayBase> |
Definition at line 237 of file KokkosArray.h.
| using Moose::Kokkos::ArrayBase< T, dimension, index_type >::constructed_entry_range< is_const >::iterator = constructed_entry_iterator<is_const> |
Definition at line 238 of file KokkosArray.h.
|
explicit |
Definition at line 777 of file KokkosArray.h.
| ArrayBase< T, dimension, index_type >::template constructed_entry_range< is_const >::iterator Moose::Kokkos::ArrayBase< T, dimension, index_type >::constructed_entry_range< is_const >::begin | ( | ) | const |
Definition at line 787 of file KokkosArray.h.
| ArrayBase< T, dimension, index_type >::template constructed_entry_range< is_const >::iterator Moose::Kokkos::ArrayBase< T, dimension, index_type >::constructed_entry_range< is_const >::end | ( | ) | const |
Definition at line 795 of file KokkosArray.h.
|
private |
Array that provides the constructed-entry iteration bounds.
Definition at line 249 of file KokkosArray.h.
1.8.14