BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdldfp::DecimalNumPut_WideBufferWrapper< CHARTYPE, WCHAR_8_BITS > Class Template Reference

Detailed Description

template<class CHARTYPE, bool WCHAR_8_BITS>
class bdldfp::DecimalNumPut_WideBufferWrapper< CHARTYPE, WCHAR_8_BITS >

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.


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