ReactOS 0.4.15-dev-7842-g558ab78
_Setfill_Manip< _CharT > Struct Template Reference

#include <_iomanip.h>

Public Member Functions

 _Setfill_Manip (_CharT __c)
 

Public Attributes

_CharT _M_c
 

Detailed Description

template<class _CharT>
struct _Setfill_Manip< _CharT >

Definition at line 136 of file _iomanip.h.

Constructor & Destructor Documentation

◆ _Setfill_Manip()

template<class _CharT >
_Setfill_Manip< _CharT >::_Setfill_Manip ( _CharT  __c)
inline

Definition at line 137 of file _iomanip.h.

137: _M_c(__c) {}
#define __c
Definition: schilyio.h:209
_CharT _M_c
Definition: _iomanip.h:138

Member Data Documentation

◆ _M_c

template<class _CharT >
_CharT _Setfill_Manip< _CharT >::_M_c

Definition at line 138 of file _iomanip.h.


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