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