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

std::_Constant_unary_fun Struct Template Reference

#include <stl_function.h>

Inherited by std::constant_unary_fun.

List of all members.

Public Types


Public Methods


Public Attributes

template<class _Result, class _Argument> struct std::_Constant_unary_fun


Member Typedef Documentation

typedef _Argument argument_type
 

typedef _Result result_type
 


Constructor & Destructor Documentation

_Constant_unary_fun ( const result_type & __v ) [inline]
 


Member Function Documentation

const result_type & operator() ( const _Argument & ) const [inline]
 


Member Data Documentation

result_type _M_val
 


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