|
libstdc++
|
#include <stl_function.h>
Public Types | |
| typedef void | first_argument_type |
| typedef __is_transparent | is_transparent |
| typedef bool | result_type |
| typedef void | second_argument_type |
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 |
| constexpr bool | operator() (const void &__x, const void &__y) const |
One of the comparison functors.
Definition at line 520 of file stl_function.h.
| typedef void std::binary_function< void, void, bool >::first_argument_type |
first_argument_type is the type of the first argument
Definition at line 134 of file stl_function.h.
| typedef __is_transparent std::greater< void >::is_transparent |
Definition at line 537 of file stl_function.h.
| typedef bool std::binary_function< void, void, bool >::result_type |
result_type is the return type
Definition at line 140 of file stl_function.h.
| typedef void std::binary_function< void, void, bool >::second_argument_type |
second_argument_type is the type of the second argument
Definition at line 137 of file stl_function.h.
|
inlineconstexprnoexcept |
Definition at line 524 of file stl_function.h.
|
inlineconstexprnoexcept |
Definition at line 534 of file stl_function.h.
|
inlineconstexpr |
Definition at line 394 of file stl_function.h.