Whole document tree
Templatestd::unary_negate class Reference
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members
std::unary_negate< _Predicate > Class Template Reference#include <stl_function.h>
Inheritance diagram for std::unary_negate:
[legend]Collaboration diagram for std::unary_negate< _Predicate >:
[legend]List of all members.
Public Methods |
| unary_negate (const _Predicate &__x) |
bool | operator() (const typename _Predicate::argument_type &__x) const |
Protected Attributes |
_Predicate | _M_pred |
template<class _Predicate>
class std::unary_negate< _Predicate >
Constructor & Destructor Documentation
template<class _Predicate> |
std::unary_negate< _Predicate >::unary_negate |
( |
const _Predicate & |
__x |
) |
[inline, explicit] |
|
Member Function Documentation
template<class _Predicate> |
bool std::unary_negate< _Predicate >::operator() |
( |
const typename _Predicate::argument_type & |
__x |
) |
const [inline] |
|
Member Data Documentation
template<class _Predicate> |
_Predicate std::unary_negate< _Predicate >::_M_pred [protected]
|
|
The documentation for this class was generated from the following file:
Generated on Mon Apr 8 03:19:41 2002 for libstdc++-v3 Source by
1.2.15
|