ReactOS 0.4.15-dev-7918-g2a2556c
logical_not< _Tp > Struct Template Reference

#include <_function.h>

Inheritance diagram for logical_not< _Tp >:
Collaboration diagram for logical_not< _Tp >:

Public Member Functions

bool operator() (const _Tp &__x) const
 

Additional Inherited Members

- Public Types inherited from unary_function< _Tp, bool >
typedef _Tp argument_type
 
typedef bool result_type
 
- Protected Member Functions inherited from unary_function< _Tp, bool >
 ~unary_function ()
 

Detailed Description

template<class _Tp>
struct logical_not< _Tp >

Definition at line 89 of file _function.h.

Member Function Documentation

◆ operator()()

template<class _Tp >
bool logical_not< _Tp >::operator() ( const _Tp &  __x) const
inline

Definition at line 90 of file _function.h.

90{ return !__x; }

The documentation for this struct was generated from the following file: