Primary template for all formatter classes. More...
#include <common.hpp>
Primary template for all formatter classes.
Most formatters specialise from this primary template, however if no specialisation exists, this will look up the class to be formatted interface for a formatter type to use (T::Formatter). There are many basic type specialisations in the formatters namespace.
Definition at line 99 of file common.hpp.