Template Struct formatter< std::filesystem::path >

Inheritance Relationships

Base Type

  • public fmt::formatter< std::string_view >

Struct Documentation

template<>
struct formatter<std::filesystem::path> : public fmt::formatter<std::string_view>

Public Functions

template<typename FormatContext>
inline auto format(const std::filesystem::path &p, FormatContext &ctx) const