STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::balance_neighbor_partitions_wf< Weight_property, Weight_partition_map >::is_target Struct Reference

Return true if the 'elt' edge has 'target' as target. More...

Public Member Functions

 is_target (size_t const &t)
 
bool operator() (pair_type const &elt)
 

Public Types

typedef std::pair< size_t, size_t > pair_type
 

Detailed Description

template<typename Weight_property, typename Weight_partition_map>
struct stapl::balance_neighbor_partitions_wf< Weight_property, Weight_partition_map >::is_target

Return true if the 'elt' edge has 'target' as target.

Constructor & Destructor Documentation

◆ is_target()

template<typename Weight_property , typename Weight_partition_map >
stapl::balance_neighbor_partitions_wf< Weight_property, Weight_partition_map >::is_target::is_target ( size_t const &  t)
Parameters
targettarget vertex descriptor.

Member Function Documentation

◆ operator()()

template<typename Weight_property , typename Weight_partition_map >
bool stapl::balance_neighbor_partitions_wf< Weight_property, Weight_partition_map >::is_target::operator() ( pair_type const &  elt)
Parameters
eltgraph edge.

The documentation for this struct was generated from the following file: