119 Formatter&
arg(
float arg,
int width = 0,
int precision = std::numeric_limits<int>::max());
128 Formatter&
arg(
double arg,
int width = 0,
int precision = std::numeric_limits<int>::max());
138 operator std::string()
const;
147 void storeArg(
const std::string& arg,
int width,
bool right_align);
152 std::vector<std::pair<std::string, int>> _strings;
156 std::vector<std::string> _args;
163#include <misc/gen/Formatter.hpp>
#define _MISC_CLASS
Definition misc/global.h:40
Definition Application.h:10