FreeBSD Manual Pages
std::filesy...path::format(3) C++ Standard Libarystd::filesy...path::format(3) NAME std::filesystem::path::format - std::filesystem::path::format Synopsis enum format { native_format, generic_format, (since C++17) auto_format }; Determines how string representations of pathnames are interpreted by the constructors of std::filesystem::path that accept strings. Constants Value Explanation native_format Native pathname format generic_format Generic pathname format auto_format Implementation-defined pathname format, auto-detected where possible Notes On POSIX systems, there is no difference between native and generic format. See also constructor constructs a path (public member function) http://cppreference.com 2022.07.31 std::filesy...path::format(3)
NAME | Synopsis | Constants | Notes | See also
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::filesystem::path::format&sektion=3&manpath=FreeBSD+Ports+15.0>
