764 B
764 B
[fs.path.fmtr.general]
31 Input/output library [input.output]
31.12 File systems [filesystems]
31.12.6 Class path [fs.class.path]
31.12.6.9 Formatting support [fs.path.fmtr]
31.12.6.9.1 Formatting support overview [fs.path.fmtr.general]
namespace std {template struct formatter<filesystem::path, charT> {constexpr void set_debug_format(); constexpr typename basic_format_parse_context::iterator parse(basic_format_parse_context& ctx); templatetypename FormatContext::iterator format(const filesystem::path& path, FormatContext& ctx) const; };}