Work function for is_sorted_until(), which returns false if the given elements are out of order, and true otherwise.
More...
|
| is_sorted_until_compare (Comp const &c) |
|
template<typename Value1 , typename Value2 > |
pair_type | operator() (Value1 &&v1, Value2 &&v2) const |
|
|
using | pair_type = std::pair< bool, typename View::index_type > |
|
using | result_type = pair_type |
|
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
-
View | Type of the input view. |
Comp | Binary functor implementing the less operation. |
The documentation for this class was generated from the following file: