Format value and args with fmtStr using the standard library.

Synopsis

Declared in <bslfmt_formattertestutil.h>

template<
    class t_TYPE,
    class... t_ARGS>
static
void
evaluateOracle(
    bsl::basic_string<wchar_t>* result,
    bsl::basic_string_view<wchar_t> fmtStr,
    t_TYPE&& value,
    t_ARGS&&... args);

Description

Store to the specified result the string containing the result of formatting the specified value using a standard implementation with the specified fmtStr as a format specification and the specified args as value(s).

Parameters

Name

Description

result

Output string receiving the formatted result.

fmtStr

Format specification string.

value

Primary value to format.

args

Additional values to format.

Created with MrDocs