Functor to validate a matching request. More...
Public Member Functions | |
validate_request (Graph *hview, Rem *rem) | |
template<typename Vertex > | |
void | operator() (Vertex &v) const |
Public Types | |
typedef VP | property_type |
typedef void | result_type |
Functor to validate a matching request.
Graph | graph type. |
Rem | local information type. |
stapl::partitioner_details::validate_request< Graph, Rem, VP >::validate_request | ( | Graph * | hview, |
Rem * | rem | ||
) |
hview | pointer to graph. |
rem | pointer to local information. |
void stapl::partitioner_details::validate_request< Graph, Rem, VP >::operator() | ( | Vertex & | v | ) | const |
v | vertex reference that initiated the request. |