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>

template<
    class t_ARG,
    class t_CHAR = char>
struct formatter;

Created with MrDocs