BloombergLP::bdldfp::DecimalNumPut_WideBufferWrapper<wchar_t, false>::DecimalNumPut_WideBufferWrapper

Create a wide buffer wrapper for the specified buffer of the specified length len.

Synopsis

Declared in <bdldfp_decimal.h>

DecimalNumPut_WideBufferWrapper(
    char const* buffer,
    int len,
    std::locale const& loc);

Description

Use the specified locale loc to widen character in the buffer into wide characters representation.

Parameters

NameDescription
buffersource character buffer
lenlength of str, excluding the terminating null
loclocale used to widen characters