libstdc++
|
#include <stl_function.h>
Public Types | |
typedef void | argument_type |
typedef __is_transparent | is_transparent |
typedef void | 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 void | operator() (const void &__x) const |
One of the math functors.
Definition at line 321 of file stl_function.h.
typedef void std::unary_function< void, void >::argument_type |
argument_type
is the type of the argument
Definition at line 120 of file stl_function.h.
typedef __is_transparent std::negate< void >::is_transparent |
Definition at line 331 of file stl_function.h.
typedef void std::unary_function< void, void >::result_type |
result_type
is the return type
Definition at line 123 of file stl_function.h.
|
inlineconstexprnoexcept |
Definition at line 326 of file stl_function.h.
|
inlineconstexpr |
Definition at line 239 of file stl_function.h.