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_source Struct Reference

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

Public Member Functions

 is_source (size_t const &s)
 
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_source

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

Constructor & Destructor Documentation

◆ is_source()

template<typename Weight_property , typename Weight_partition_map >
stapl::balance_neighbor_partitions_wf< Weight_property, Weight_partition_map >::is_source::is_source ( size_t const &  s)
Parameters
sourcesource 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_source::operator() ( pair_type const &  elt)
Parameters
eltgraph edge.

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