template<typename T, unsigned int N1>
struct get_selector< T[N1]>
Definition at line 631 of file SparseGridUtil.hpp.
|
template<unsigned int p, typename chunks_vector_type > |
static std_array_vector_view< decltype(std::declval< chunks_vector_type >().template get< p >(0))> | get (chunks_vector_type &chunks, size_t active_cnk, int ele_id) |
|
template<unsigned int p, typename chunks_vector_type > |
static const std_array_vector_view< decltype(std::declval< chunks_vector_type >().template get< p >(0))> | get_const (chunks_vector_type &chunks, size_t active_cnk, int ele_id) |
|
◆ get()
template<typename T , unsigned int N1>
template<unsigned int p, typename chunks_vector_type >
static std_array_vector_view< decltype(std::declval< chunks_vector_type >().template get< p >(0))> get_selector< T[N1]>::get |
( |
chunks_vector_type & |
chunks, |
|
|
size_t |
active_cnk, |
|
|
int |
ele_id |
|
) |
| |
|
inlinestatic |
◆ get_const()
template<typename T , unsigned int N1>
template<unsigned int p, typename chunks_vector_type >
static const std_array_vector_view< decltype(std::declval< chunks_vector_type >().template get< p >(0))> get_selector< T[N1]>::get_const |
( |
chunks_vector_type & |
chunks, |
|
|
size_t |
active_cnk, |
|
|
int |
ele_id |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: