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

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

Created with MrDocs