#include <stl_function.h>
|
constexpr | unary_negate (const _Predicate &__x) |
|
constexpr bool | operator() (const typename _Predicate::argument_type &__x) const |
|
template<typename _Predicate>
class std::unary_negate< _Predicate >
One of the negation functors.
Definition at line 1024 of file stl_function.h.
◆ argument_type
typedef _Predicate::argument_type std::unary_function< _Predicate::argument_type , bool >::argument_type |
|
inherited |
argument_type
is the type of the argument
Definition at line 120 of file stl_function.h.
◆ result_type
◆ unary_negate()
template<typename _Predicate >
◆ operator()()
template<typename _Predicate >
constexpr bool std::unary_negate< _Predicate >::operator() |
( |
const typename _Predicate::argument_type & |
__x | ) |
const |
|
inlineconstexpr |
◆ _M_pred
template<typename _Predicate >
The documentation for this class was generated from the following file: