STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
_Smanip< _Arg > Struct Template Reference

Public Member Functions

 _Smanip (void(__cdecl *_Left)(ios_base &, _Arg), _Arg _Val)
 
 void (__cdecl *_Pfun)(ios_base &
 

Public Attributes

 _Arg
 
_Arg _Manarg
 

Constructor & Destructor Documentation

template<class _Arg>
_Smanip< _Arg >::_Smanip ( void(__cdecl *_Left)(ios_base &, _Arg ,
_Arg  _Val 
)
inline
253  : _Pfun(_Left), _Manarg(_Val)
254  { // construct from function pointer and argument value
255  }
_Arg _Manarg
Definition: iomanip:258
_FwdIt const _Ty _Val
Definition: algorithm:1938

Member Function Documentation

template<class _Arg>
_Smanip< _Arg >::void ( __cdecl *  _Pfun)

Member Data Documentation

template<class _Arg>
_Smanip< _Arg >::_Arg
template<class _Arg>
_Arg _Smanip< _Arg >::_Manarg

The documentation for this struct was generated from the following file: