STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::algo_details::lexico_compare< Pred > Class Template Reference

Work function which implements a lexicographical ordering based on the provided functor. More...

Public Member Functions

 lexico_compare (Pred const &pred)
 
template<typename Elm1 , typename Elm2 >
int operator() (Elm1 element1, Elm2 element2) const
 

Public Types

typedef int result_type
 

Detailed Description

template<typename Pred>
class stapl::algo_details::lexico_compare< Pred >

Work function which implements a lexicographical ordering based on the provided functor.

Template Parameters
PredBinary functor implementing the less operation.

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