命名空间
变体
操作

std::filesystem 符号索引

来自 cppreference.com


此页面尝试列出所有可从 标准库 (文件系统库) 在命名空间 std::filesystem 中访问的符号。符号以以下方式书写

  • 带有 () 的函数名称。
  • 带有 <> 的模板。

内容

[编辑]
A B C D E F H I L P R S T U W


[编辑] A

absolute() (自 C++17 起)

[编辑] B

begin() (std::filesystem::directory_iterator) (自 C++17 起)
begin() (std::filesystem::recursive_directory_iterator) (自 C++17 起)

[编辑] C

canonical() (自 C++17 起)
copy() (自 C++17 起)
copy_file() (自 C++17 起)
copy_options (自 C++17 起)
copy_symlink() (自 C++17 起)
create_directory() (自 C++17 起)
create_directory_symlink() (自 C++17 起)
create_directories() (自 C++17 起)
create_hard_link() (自 C++17 起)
create_symlink() (自 C++17 起)
current_path() (自 C++17 起)

[编辑] D

directory_entry (自 C++17 起)
directory_iterator (自 C++17 起)
directory_options (自 C++17 起)

[编辑] E

end() (std::filesystem::directory_iterator) (自 C++17 起)
end() (std::filesystem::recursive_directory_iterator) (自 C++17 起)
equivalent() (自 C++17 起)
exists() (自 C++17 起)

[编辑] F

file_size() (自 C++17 起)
file_status (自 C++17 起)
filesystem_error (自 C++17 起)
file_time_type (自 C++17 起)
file_type (自 C++17 起)

[编辑] H

hard_link_count() (自 C++17 起)
hash_value() (自 C++17 起)

[编辑] I

is_block_file() (自 C++17 起)
is_character_file() (自 C++17 起)
is_directory() (自 C++17 起)
is_empty() (自 C++17 起)
is_fifo() (自 C++17 起)
is_other() (自 C++17 起)
is_regular_file() (自 C++17 起)
is_socket() (自 C++17 起)
is_symlink() (自 C++17 起)

[编辑] L

last_write_time() (自 C++17 起)

[编辑] P

path (自 C++17 起)
permissions() (自 C++17 起)
perms (自 C++17 起)
perm_options (自 C++17 起)
proximate() (自 C++17 起)

[编辑] R

read_symlink() (自 C++17 起)
recursive_directory_iterator (自 C++17 起)
relative() (自 C++17 起)
remove() (自 C++17 起)
remove_all() (自 C++17 起)
rename() (自 C++17 起)
resize_file() (自 C++17 起)

[编辑] S

space() (自 C++17 起)
space_info (自 C++17 起)
status() (自 C++17 起)
status_known() (自 C++17 起)
swap() (自 C++17 起)
symlink_status() (自 C++17 起)

[编辑] T

temp_directory_path() (自 C++17 起)

[编辑] U

u8path<>() (自 C++17 起)(C++20 中已弃用)

[编辑] W

weakly_canonical() (自 C++17 起)