libstdc++
|
#include <stl_function.h>
Public Types | |
typedef void | argument_type |
typedef __is_transparent | is_transparent |
typedef bool | result_type |
Public Member Functions | |
template<typename _Tp> | |
constexpr auto | operator() (_Tp &&__t) const noexcept(noexcept(!std::forward< _Tp >(__t))) -> decltype(!std::forward< _Tp >(__t)) |
constexpr bool | operator() (const void &__x) const |
One of the Boolean operations functors.
Definition at line 855 of file stl_function.h.
typedef void std::unary_function< void, bool >::argument_type |
argument_type
is the type of the argument
Definition at line 120 of file stl_function.h.
typedef __is_transparent std::logical_not< void >::is_transparent |
Definition at line 865 of file stl_function.h.
typedef bool std::unary_function< void, bool >::result_type |
result_type
is the return type
Definition at line 123 of file stl_function.h.
|
inlineconstexprnoexcept |
Definition at line 860 of file stl_function.h.
|
inlineconstexpr |
Definition at line 817 of file stl_function.h.