Galois
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
galois::ParallelSTL::sort_helper< Compare > Struct Template Reference

#include <ParallelSTL.h>

Classes

struct  neq_to
 Not equal in terms of less-than. More...
 

Public Member Functions

 sort_helper (Compare c)
 
template<class RandomAccessIterator , class Context >
void operator() (std::pair< RandomAccessIterator, RandomAccessIterator > bounds, Context &ctx)
 

Public Attributes

Compare comp
 

Constructor & Destructor Documentation

template<class Compare >
galois::ParallelSTL::sort_helper< Compare >::sort_helper ( Compare  c)
inline

Member Function Documentation

template<class Compare >
template<class RandomAccessIterator , class Context >
void galois::ParallelSTL::sort_helper< Compare >::operator() ( std::pair< RandomAccessIterator, RandomAccessIterator >  bounds,
Context &  ctx 
)
inline

Member Data Documentation

template<class Compare >
Compare galois::ParallelSTL::sort_helper< Compare >::comp

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