Template Struct formatter< std::filesystem::path >¶
Defined in File fmt_helpers.hpp
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¶
-
template<typename FormatContext>