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.
Declared in <bslfmt_formattertestutil.h>
template<class t_CHAR>
struct FormatterTestUtil;
| Name | Description |
|---|---|
FormatterTestUtil<char> | This is a specialization of FormatterTestUtil template for char. |
FormatterTestUtil<wchar_t> | This is a specialization of FormatterTestUtil template for wchar_t. |