OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
get_selector< T[N1]> Struct Template Reference

Detailed Description

template<typename T, unsigned int N1>
struct get_selector< T[N1]>

Definition at line 631 of file SparseGridUtil.hpp.

Static Public Member Functions

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)
 

Member Function Documentation

◆ 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

Definition at line 634 of file SparseGridUtil.hpp.

◆ 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

Definition at line 640 of file SparseGridUtil.hpp.


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