Functor to apply a functor on an element of a view. More...
Public Member Functions | |
apply_vertex_wf (WF const &wf) | |
template<typename Elt , typename HView > | |
void | operator() (Elt elt, HView &hview) |
Public Types | |
typedef void | result_type |
Functor to apply a functor on an element of a view.
WF | functor type. |
stapl::partitioner_details::apply_vertex_wf< WF >::apply_vertex_wf | ( | WF const & | wf | ) |
wf | functor to be applied on a view element. |
void stapl::partitioner_details::apply_vertex_wf< WF >::operator() | ( | Elt | elt, |
HView & | hview | ||
) |
elt | view element id. |
hview | view. |