__gnu_debug::not_equal_to(3)
NAME
__gnu_debug::Not_equal_to
SYNOPSIS
#include <safe_sequence.h> Public Member Functions Not_equal_to (const Type &__v) bool operator() (const Type &x) const Private Attributes Type value
Detailed Description
- template<typename Type> class __gnu_debug::Not_equal_to< Type
- >
- A simple function object that returns true if the passed
- in value is not equal to the stored value. It saves typing over
- using both bind1st and not_equal.
- Definition at line 47 of file safe_sequence.h.
Author
- Generated automatically by Doxygen for libstdc++-v3 Source
- from the source code.
- libstdc++-v3 Source 1 Jan 2007 __gnu_de