stl_function.h File Reference

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.


Detailed Description

This is an internal header file, included by other library headers. You should not attempt to use it directly.

Definition in file stl_function.h.


Generated on Fri May 6 01:11:25 2005 for libstdc++-v3 Source by  doxygen 1.4.2