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

Public Member Functions

 _Fillobj (_Elem _Ch)
 

Public Attributes

_Elem _Fill
 

Constructor & Destructor Documentation

template<class _Elem>
_Fillobj< _Elem >::_Fillobj ( _Elem  _Ch)
inline
24  : _Fill(_Ch)
25  { // construct from fill character
26  }
_Check_return_ _In_ wchar_t _Ch
Definition: vcruntime_string.h:89
_Elem _Fill
Definition: iomanip:28

Member Data Documentation

template<class _Elem>
_Elem _Fillobj< _Elem >::_Fill

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