Definition at line 5 of file sparsegrid_util_common.hpp.
Public Types | |
| typedef base::value_type | bt_type |
Public Member Functions | |
| sparse_grid_bck_wrapper_impl (base &b) | |
| auto | operator[] (int i) -> decltype(b[0]) |
| template<typename T > | |
| sparse_grid_bck_wrapper_impl< base > & | operator= (T c) |
| operator bt_type () const | |
Data Fields | |
| base & | b |
| typedef base::value_type sparse_grid_bck_wrapper_impl< base >::bt_type |
Definition at line 9 of file sparsegrid_util_common.hpp.
|
inline |
Definition at line 11 of file sparsegrid_util_common.hpp.
|
inline |
Definition at line 31 of file sparsegrid_util_common.hpp.
|
inline |
Definition at line 21 of file sparsegrid_util_common.hpp.
|
inline |
Definition at line 15 of file sparsegrid_util_common.hpp.
| base& sparse_grid_bck_wrapper_impl< base >::b |
Definition at line 7 of file sparsegrid_util_common.hpp.