This class is specialization of the template WideBufferWrapper<CHARTYPE, WCHAR_8_BIT> for wchar_t type which width exceeds 8 bits.

Synopsis

Declared in <bdldfp_decimal.h>

template<>
class DecimalNumPut_WideBufferWrapper<wchar_t, false>;

Member Functions

Name

Description

DecimalNumPut_WideBufferWrapper [constructor]

Create a wide buffer wrapper for the specified buffer of the specified length len. Use the specified locale loc to widen character in the buffer into wide characters representation.

~DecimalNumPut_WideBufferWrapper [destructor]

Destroy this object.

begin

Return a pointer to the beginning of the buffer of wide characters.

end

Return a pointer to the end the buffer of wide characters.

Created with MrDocs