GNU g++  v5.2.1
GNU Standard C++
__gnu_parallel::__unary_negate< _Predicate, argument_type > Class Template Reference

Similar to std::unary_negate, but giving the argument types explicitly. More...

#include <base.h>

Inheritance diagram for __gnu_parallel::__unary_negate< _Predicate, argument_type >:
Collaboration diagram for __gnu_parallel::__unary_negate< _Predicate, argument_type >:

Public Member Functions

 __unary_negate (const _Predicate &__x)
 
bool operator() (const argument_type &__x)
 

Protected Attributes

_Predicate _M_pred
 

Detailed Description

template<typename _Predicate, typename argument_type>
class __gnu_parallel::__unary_negate< _Predicate, argument_type >

Similar to std::unary_negate, but giving the argument types explicitly.

Constructor & Destructor Documentation

template<typename _Predicate , typename argument_type >
__gnu_parallel::__unary_negate< _Predicate, argument_type >::__unary_negate ( const _Predicate &  __x)
inlineexplicit

Member Function Documentation

template<typename _Predicate , typename argument_type >
bool __gnu_parallel::__unary_negate< _Predicate, argument_type >::operator() ( const argument_type &  __x)
inline

Member Data Documentation

template<typename _Predicate , typename argument_type >
_Predicate __gnu_parallel::__unary_negate< _Predicate, argument_type >::_M_pred
protected

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