Template Class Format

Inheritance Relationships

Base Type

  • public T::Formatter

Class Documentation

template<typename T>
class Format : public T::Formatter

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.

See also

ecl::formatters.