libstdc++
|
#include <stl_function.h>
Public Types | |
typedef __is_transparent | is_transparent |
Public Member Functions | |
template<typename _Tp > | |
constexpr auto | operator() (_Tp &&__t) const noexcept(noexcept(-std::forward< _Tp >(__t))) -> decltype(-std::forward< _Tp >(__t)) |
One of the math functors.
Definition at line 324 of file stl_function.h.
typedef __is_transparent std::negate< void >::is_transparent |
Definition at line 334 of file stl_function.h.
|
inlineconstexprnoexcept |
Definition at line 329 of file stl_function.h.