std::negate< _Tp > - One of the math functors.
Contents
Detailed Description
template<typename_Tp>
struct std::negate< _Tp >"One of the mathfunctors.
Member Typedef Documentation
typedef_Tpstd::unary_function<_Tp,_Tp>::argument_type[inherited]
argument_type is the type of the argument
typedef_Tpstd::unary_function<_Tp,_Tp>::result_type[inherited]
result_type is the return type
Name
std::negate< _Tp > - One of the mathfunctors.
Synopsis
#include <functional>
Inherits std::unary_function<_Tp,_Tp>.
PublicTypestypedef _Tp argument_type
argument_type is the type of the argument
typedef _Tp result_type
result_type is the return type
PublicMemberFunctions
constexpr _Tp operator() (const _Tp &__x) const
