template<unsigned int, bool is_valid>
struct FD::get_grid_dist_expression_op< int, is_valid >
Definition at line 1455 of file FD_expressions.hpp.
|
template<typename exp_type > |
static auto | get (exp_type &o1, grid_dist_key_dx< exp_type::gtype::dims > &key, comb< exp_type::gtype::dims > &c_where) -> decltype(o1.value(key, c_where)) |
|
template<typename exp_type > |
static auto | get_ref (exp_type &o1, grid_dist_key_dx< exp_type::gtype::dims > &key, comb< exp_type::gtype::dims > &c_where) -> decltype(o1.value_ref(key, c_where)) |
|
template<unsigned int prop, typename exp_type , typename grid_type > |
static void | assign (exp_type &o1, grid_type &g, const grid_dist_key_dx< exp_type::gtype::dims > &key) |
|
template<unsigned int prop, typename grid_type > |
static void | assign_double (double d, grid_type &g, const grid_dist_key_dx< grid_type::dims > &key) |
|