[#BloombergLP-bslfmt-FormatterTestUtil-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::FormatterTestUtil :relfileprefix: ../../ :mrdocs: This struct provides a namespace for test functions that verify the correctness of formatting performed by `bslfmt` tools. Due to the limitations of template argument deduction, it is necessary to explicitly specialize the `FormatterTestUtil` template for `char` and `wchar_t`. == Synopsis Declared in `<bslfmt_formattertestutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_CHAR> struct FormatterTestUtil; ---- == Specializations [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslfmt/FormatterTestUtil-05.adoc[`FormatterTestUtil<char>`] | This is a specialization of `FormatterTestUtil` template for `char`. | xref:BloombergLP/bslfmt/FormatterTestUtil-06.adoc[`FormatterTestUtil<wchar_t>`] | This is a specialization of `FormatterTestUtil` template for `wchar_t`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#