template struct EE::FormatArg

#include <string.hpp>

template <typename T>
struct FormatArg {
    // methods

    static const T& get(const T& arg);
};