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

#include <string.hpp>

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

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