|
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 907 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 917 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 912 of file stl_function.h.
|
inlineconstexpr |
Definition at line 869 of file stl_function.h.