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

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

#include <ParallelSTL.h>

Inheritance diagram for galois::ParallelSTL::sort_helper< Compare >::neq_to< value_type >:

Public Member Functions

 neq_to (Compare c)
 
bool operator() (const value_type &a, const value_type &b) const
 

Public Attributes

Compare comp
 

Detailed Description

template<class Compare>
template<class value_type>
struct galois::ParallelSTL::sort_helper< Compare >::neq_to< value_type >

Not equal in terms of less-than.

Constructor & Destructor Documentation

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

Member Function Documentation

template<class Compare >
template<class value_type >
bool galois::ParallelSTL::sort_helper< Compare >::neq_to< value_type >::operator() ( const value_type a,
const value_type b 
) const
inline

Member Data Documentation

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

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