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::is_sorted_until_compare< View, Comp > Class Template Reference

Work function for is_sorted_until(), which returns false if the given elements are out of order, and true otherwise. More...

Public Member Functions

 is_sorted_until_compare (Comp const &c)
 
template<typename Value1 , typename Value2 >
pair_type operator() (Value1 &&v1, Value2 &&v2) const
 

Public Types

using pair_type = std::pair< bool, typename View::index_type >
 
using result_type = pair_type
 

Detailed Description

template<typename View, typename Comp>
class stapl::algo_details::is_sorted_until_compare< View, Comp >

Work function for is_sorted_until(), which returns false if the given elements are out of order, and true otherwise.

Template Parameters
ViewType of the input view.
CompBinary functor implementing the less operation.

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