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)) |
constexpr bool | operator() (const void &__x, const void &__y) const |
One of the Boolean operations functors.
Definition at line 840 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::logical_or< void >::is_transparent |
Definition at line 850 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 845 of file stl_function.h.
|
inlineconstexpr |
Definition at line 807 of file stl_function.h.