Functor requesting the matching of a vertex.
More...
|
| | match_vertex (size_t const &vertex_id, Graph *hview, Rem *rem, size_t const &target) |
| |
| template<typename Vertex > |
| void | operator() (Vertex &v) const |
| |
|
size_t | target () const |
| | Returns target id of the matching request.
|
| |
|
|
typedef VP | property_type |
| |
|
typedef void | result_type |
| |
template<typename Graph, typename Rem, typename VP>
struct stapl::partitioner_details::match_vertex< Graph, Rem, VP >
Functor requesting the matching of a vertex.
- Template Parameters
-
| Graph | graph type. |
| Rem | local information type. |
◆ match_vertex()
template<typename Graph , typename Rem , typename VP >
- Parameters
-
| vertex_id | id of the vertex requesting a matching. |
| hview | pointer to graph. |
| rem | pointer to local information. |
| target | id of the target vertex of the matching request. |
◆ operator()()
template<typename Graph , typename Rem , typename VP >
template<typename Vertex >
- Parameters
-
| v | vertex reference, target of the matching request. |
The documentation for this struct was generated from the following file: