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);

Parameters

Name

Description

buffer

source character buffer

len

length of str, excluding the terminating null

loc

locale used to widen characters

Created with MrDocs