Work function which implements a lexicographical ordering based on the provided functor.
More...
|
| lexico_compare (Pred const &pred) |
|
template<typename Elm1 , typename Elm2 > |
int | operator() (Elm1 element1, Elm2 element2) const |
|
template<typename Pred>
class stapl::algo_details::lexico_compare< Pred >
Work function which implements a lexicographical ordering based on the provided functor.
- Template Parameters
-
Pred | Binary functor implementing the less operation. |
The documentation for this class was generated from the following file: