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.

Synopsis

Declared in <bdldfp_decimal.h>

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

Created with MrDocs