Main Page
Namespace List
Class Hierarchy
Alphabetical List
Compound List
File List
Namespace Members
Compound Members
File Members
std::_Constant_binary_fun Struct Template Reference
#include <stl_function.h>
Inherited by
std::constant_binary_fun
.
List of all members.
Public Types
Public Methods
Public Attributes
template<class _Result, class _Arg1, class _Arg2> struct std::_Constant_binary_fun
Member Typedef Documentation
typedef _Arg1 first_argument_type
typedef _Arg2 second_argument_type
typedef _Result result_type
Constructor & Destructor Documentation
_Constant_binary_fun (
const _Result &
__v
)
[inline]
Member Function Documentation
const
result_type
& operator() (
const _Arg1 &,
const _Arg2 & ) const
[inline]
Member Data Documentation
_Result _M_val
The documentation for this struct was generated from the following file:
stl_function.h
Generated at Fri Apr 6 15:54:33 2001 for libstdc++ by
1.2.6 written by
Dimitri van Heesch
, © 1997-2001