Aleph-w  1.9
General library for algorithms and data structures
Aleph::Inversed_Compare< T, Compare > Class Template Reference

#include <ahFunction.H>

Public Member Functions

 Inversed_Compare (Compare &__cmp) noexcept
 
 Inversed_Compare (Compare &&cmp=Compare()) noexcept
 
bool operator() (const T &op1, const T &op2) const noexcept
 

Detailed Description

template<class T, class Compare>
class Aleph::Inversed_Compare< T, Compare >

Efectúa la comparación inversa de Compare.

Si, por ejemplo, Compare es <, entonces Inversed_Compare efectúa >=.


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

Leandro Rabindranath León