#include <stl_function.h>
Inheritance diagram for std::binary_negate< Predicate >:
Public Types | |
typedef Predicate::first_argument_type | first_argument_type |
the type of the first argument (no surprises here) | |
typedef Predicate::second_argument_type | second_argument_type |
the type of the second argument | |
typedef bool | result_type |
type of the return type | |
Public Member Functions | |
binary_negate (const Predicate &x) | |
bool | operator() (const typename Predicate::first_argument_type &x, const typename Predicate::second_argument_type &y) const |
Protected Attributes | |
Predicate | M_pred |
Definition at line 293 of file stl_function.h.
typedef Predicate::first_argument_type std::binary_function< Predicate::first_argument_type , Predicate::second_argument_type , bool >::first_argument_type [inherited] |
typedef bool std::binary_function< Predicate::first_argument_type , Predicate::second_argument_type , bool >::result_type [inherited] |
typedef Predicate::second_argument_type std::binary_function< Predicate::first_argument_type , Predicate::second_argument_type , bool >::second_argument_type [inherited] |