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