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>
template<class t_CHAR>
struct FormatterTestUtil;
Specializations
Name |
Description |
This is a specialization of |
|
This is a specialization of |
Created with MrDocs