class region_map_impl<ValueType, 0>
Declaration
template <typename ValueType>
class region_map_impl<ValueType, 0> { /* full declaration omitted */ };
Template Parameters
- ValueType
Member Variables
- ValueType m_value
Member Function Overview
- template <typename Functor>
apply_to_values(const Functor & f) → void - get_region_values(const box<1> & request) const → std::vector<std::pair<box<1>, ValueType>>
- region_map_impl(const box<0> &, ValueType default_value)
- update_box(const box<1> & box, const ValueType & value) → void
Member Functions
¶template <typename Functor>
void apply_to_values(const Functor& f)
template <typename Functor>
void apply_to_values(const Functor& f)
Template Parameters
- Functor
Parameters
- const Functor& f
¶std::vector<std::pair<box<1>, ValueType>>
get_region_values(const box<1>& request) const
std::vector<std::pair<box<1>, ValueType>>
get_region_values(const box<1>& request) const
Parameters
- const box<1>& request
¶region_map_impl(const box<0>&,
ValueType default_value)
region_map_impl(const box<0>&,
ValueType default_value)
Parameters
- const box<0>&
- ValueType default_value
¶void update_box(const box<1>& box,
const ValueType& value)
void update_box(const box<1>& box,
const ValueType& value)
Parameters
- const box<1>& box
- const ValueType& value