Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

logical_not Struct Template Reference

#include <stl_function.h>

Inheritance diagram for logical_not:

Inheritance graph
[legend]
Collaboration diagram for logical_not:

Collaboration graph
[legend]
List of all members.

Public Methods

bool operator() (const T &x) const

template<class T>
struct logical_not< T >


Member Function Documentation

template<class T>
bool logical_not< T >::operator() const T &    x const [inline]
 

Definition at line 125 of file stl_function.h.

00125 { return !x; }


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

Documentation generated on Thu May 2 15:03:33 2002

Generated with doxygen 1.2.12 by Dimitri van Heesch ,   1997-2001