HavoqGT
havoqgt::mpi::dest_pair_partitioner Class Reference

#include <edge_partitioner.hpp>

Public Member Functions

template<typename T >
int operator() (std::pair< int, T > i) const
 

Detailed Description

Definition at line 202 of file edge_partitioner.hpp.

Member Function Documentation

template<typename T >
int havoqgt::mpi::dest_pair_partitioner::operator() ( std::pair< int, T >  i) const
inline

Definition at line 205 of file edge_partitioner.hpp.

205 { return i.first; }

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