std::filesystem::path::format
來自 cppreference.com
< cpp | filesystem | path
enum format { native_format, |
(C++17 起) | |
決定 std::filesystem::path 中接受字串的建構函式如何解釋路徑名的字串表示。
[編輯] 常量
名稱 | 解釋 |
native_format
|
原生路徑名格式 |
generic_format
|
通用路徑名格式 |
auto_format
|
實現定義的路徑名格式,在可能時自動檢測 |
[編輯] 注意
在 POSIX 系統上,原生格式和通用格式沒有區別。
[編輯] 參閱
構造一個 path (公開成員函式) |