#include <sorted_vector.hpp>
|
bool | operator() (const TPair &lhs, const TPair &rhs) const |
|
bool | operator() (const TPair &lhs, const typename TPair::first_type &rhs) const |
|
bool | operator() (const typename TPair::first_type &lhs, const TPair &rhs) const |
|
template<class TPair, class TFunctor>
struct std::internal::compare_func< TPair, TFunctor >
◆ operator()() [1/3]
template<class TPair, class TFunctor>
49 return TFunctor()(lhs.first, rhs.first);
◆ operator()() [2/3]
template<class TPair, class TFunctor>
53 return TFunctor()(lhs.first, rhs);
◆ operator()() [3/3]
template<class TPair, class TFunctor>
57 return TFunctor()(lhs, rhs.first);
Die Dokumentation für diese Struktur wurde erzeugt aufgrund der Datei: