alternative Standard Libary
0.29.8
Öffentliche Methoden
|
Aufstellung aller Elemente
std::greater< T > Template-Strukturreferenz
#include <
functional.hpp
>
Öffentliche Methoden
bool
operator()
(const T &lhs, const T &rhs) const
Ausführliche Beschreibung
template<typename T>
struct std::greater< T >
Dokumentation der Elementfunktionen
◆
operator()()
template<typename T >
bool
std::greater
< T >::operator()
(
const T &
lhs
,
const T &
rhs
)
const
inline
47
{
48
return
lhs > rhs;
49
}
Die Dokumentation für diese Struktur wurde erzeugt aufgrund der Datei:
include/
functional.hpp
std
greater
Erzeugt von
1.8.13