This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | std |
Functions | |
| template<class Predicate> | |
| unary_negate< Predicate > | not1 (const Predicate &pred) |
| One of the negation functors. | |
| template<class Predicate> | |
| binary_negate< Predicate > | not2 (const Predicate &pred) |
| One of the negation functors. | |
| template<class Operation, class Type> | |
| binder1st< Operation > | bind1st (const Operation &__fn, const Type &x) |
| One of the binder functors. | |
| template<class Operation, class Type> | |
| binder2nd< Operation > | bind2nd (const Operation &__fn, const Type &x) |
| One of the binder functors. | |
| template<class Arg, class Result> | |
| pointer_to_unary_function< Arg, Result > | ptr_fun (Result(*x)(Arg)) |
| One of the adaptors for function pointers. | |
| template<class Arg1, class Arg2, class Result> | |
| pointer_to_binary_function< Arg1, Arg2, Result > | ptr_fun (Result(*x)(Arg1, Arg2)) |
| One of the adaptors for function pointers. | |
Definition in file stl_function.h.
1.4.2