[#bsl-formatter] = xref:bsl.adoc[bsl]::formatter :relfileprefix: ../ :mrdocs: This is the base template for the `bsl::formatter` class. Its members are deleted to ensure attempts to format a type without a partial specialization of `formatter` for that type will result in a compile time error. == Synopsis Declared in `<bslfmt_formatterbase.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_ARG, class t_CHAR = char> struct formatter; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#