[#BloombergLP-bslfmt-FormatterTestUtil_Oracle-08-evaluateOracle] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/FormatterTestUtil_Oracle-08.adoc[FormatterTestUtil_Oracle<char>]::evaluateOracle :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_TYPE, class... t_ARGS> static void evaluateOracle( xref:bsl/basic_string-0faf.adoc[bsl::basic_string<char>]* result, bsl::basic_string_view<char> fmtStr, t_TYPE&& value, t_ARGS&&... args); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#