Public Member Functions | |
| encap_data_block (int offset, const enc_type &enc) | |
| encap_data_block | operator= (const encap_data_block< enc_type > &enc) |
| template<unsigned int p> | |
| auto | get () -> decltype(enc.template get< p >()[offset]) |
| template<unsigned int p> | |
| auto | get () const -> decltype(enc.template get< p >()[offset]) |
Private Attributes | |
| int | offset |
| enc_type | enc |
Definition at line 115 of file SparseGridGpu.hpp.