std::greater
std::greater
Defined in header <functional> | ||
---|---|---|
template< class T > struct greater; | (until C++14) | |
template< class T = void > struct greater; | (since C++14) |
Function object for performing comparisons. Unless specialized, invokes operator>
on type T
.
Specializations
A specialization of std::greater
for any