Files
cppdraft_translate/cppdraft/fs/path/fmtr/general.md
2025-10-25 03:02:53 +03:00

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; };}