std::greater<void>
std::greater<void>
Defined in header <functional> | ||
---|---|---|
template<> class greater<void>; | (since C++14) |
std::greater<>
is a specialization of std::greater
with parameter and return type deduced.
Defined in header <functional> | ||
---|---|---|
template<> class greater<void>; | (since C++14) |
std::greater<>
is a specialization of std::greater
with parameter and return type deduced.