GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::filesystem::path::format(3) C++ Standard Libary std::filesystem::path::format(3)

std::filesystem::path::format - std::filesystem::path::format


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.


Value Explanation
native_format Native pathname format
generic_format Generic pathname format
auto_format Implementation-defined pathname format, auto-detected where possible


On POSIX systems, there is no difference between native and generic format.


constructor constructs a path
(public member function)

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.