25#ifndef TABLE_ASCIIWRITERHELPER_H
26#define TABLE_ASCIIWRITERHELPER_H
98 while (it != v.
end()) {
105 template <
typename T>
std::vector< size_t > calculateColumnLengths(const Table &table)
Calculates the sizes in characters each column of the table needs.
std::string quoted(const std::string &str)
std::string typeToKeyword(std::type_index type)
Converts a type to its string representation.
T setprecision(T... args)
std::string operator()(const T &from) const
std::string operator()(const double from) const
std::string operator()(const std::string &from) const
std::string operator()(const std::vector< T > &v) const