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<char>* result,
bsl::basic_string_view<char> fmtStr,
t_TYPE&& value,
t_ARGS&&... args);
Created with MrDocs