This class provides a wrapper around a buffer of the specified (template parameter) CHARTYPE. CHARTYPE shall be either plain character type char or wide character type wchar_t. The width of wchar_t is compiler‐specific and can be as small as 8 bits. The template parameter WCHAR_8_BITS shall be true if wchar_t and char widths are the same, i.e. 8 bits, and false otherwise. This class provides accessors to the beginning and the end of the buffer of CHARTYPE characters.
Synopsis
Declared in <bdldfp_decimal.h>
template<
class CHARTYPE,
bool WCHAR_8_BITS>
class DecimalNumPut_WideBufferWrapper;
Specializations
Name |
Description |
|
This class is specialization of the template |
|
This class is specialization of the template |
Created with MrDocs