[#BloombergLP-bdldfp-DecimalNumPut_WideBufferWrapper-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalNumPut_WideBufferWrapper-05e.adoc[DecimalNumPut_WideBufferWrapper]<char, WCHAR_8_BIT> :relfileprefix: ../../ :mrdocs: This class is specialization of the template `WideBufferWrapper<CHARTYPE, WCHAR_8_BITS>` for `char` type and `wchar_t` type which width is 8 bits. == Synopsis Declared in `<bdldfp_decimal.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<bool WCHAR_8_BIT> class xref:BloombergLP/bdldfp/DecimalNumPut_WideBufferWrapper-05e.adoc[DecimalNumPut_WideBufferWrapper]<char, WCHAR_8_BIT>; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdldfp/DecimalNumPut_WideBufferWrapper-0d/2constructor.adoc[`DecimalNumPut_WideBufferWrapper`] [.small]#[constructor]# | Create a wide buffer wrapper for the specified `buffer` of the specified length `len`. | xref:BloombergLP/bdldfp/DecimalNumPut_WideBufferWrapper-0d/begin.adoc[`begin`] | Return a pointer to the beginning of the buffer of plain characters provided in this class constructor. | xref:BloombergLP/bdldfp/DecimalNumPut_WideBufferWrapper-0d/end.adoc[`end`] | Return a pointer to the end of the buffer of plain characters provided in this class constructor. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#