Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::pointer_to_binary_function Class Template Reference

#include <stl_function.h>

Inherits std::binary_function< _Arg1, _Arg2, _Result >.

List of all members.

Public Methods


Protected Attributes

template<class _Arg1, class _Arg2, class _Result> class std::pointer_to_binary_function


Constructor & Destructor Documentation

pointer_to_binary_function ( ) [inline]
 

pointer_to_binary_function ( _Result(* __x)(_Arg1, _Arg2) ) [inline, explicit]
 


Member Function Documentation

_Result operator() ( _Arg1 __x,
_Arg2 __y ) const [inline]
 


Member Data Documentation

_Result (* _M_ptr)(_Arg1, _Arg2) [protected]
 


The documentation for this class was generated from the following file:
Generated at Fri Apr 6 15:54:35 2001 for libstdc++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001