libstdc++
|
#include <stl_function.h>
Public Types | |
typedef __is_transparent | is_transparent |
Public Member Functions | |
template<typename _Tp , typename _Up > | |
constexpr auto | operator() (_Tp &&__t, _Up &&__u) const noexcept(noexcept(std::forward< _Tp >(__t) > std::forward< _Up >(__u))) -> decltype(std::forward< _Tp >(__t) > std::forward< _Up >(__u)) |
template<typename _Tp , typename _Up > | |
constexpr bool | operator() (_Tp *__t, _Up *__u) const noexcept |
One of the comparison functors.
Definition at line 530 of file stl_function.h.
typedef __is_transparent std::greater< void >::is_transparent |
Definition at line 547 of file stl_function.h.
|
inlineconstexprnoexcept |
Definition at line 534 of file stl_function.h.
|
inlineconstexprnoexcept |
Definition at line 544 of file stl_function.h.