A simple function object that returns true if the passed-in value is not equal to the stored value. More...
#include <safe_sequence.h>
Public Member Functions | |
_Not_equal_to (const _Type &__v) | |
bool | operator() (const _Type &__x) const |
Private Attributes | |
_Type | __value |
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.
|
inlineexplicit |
|
inline |
|
private |