template struct EE::FormatArg<std::string>

#include <string.hpp>

template <>
struct FormatArg<std::string> {
    // methods

    static const char* get(const std::string& arg);
};