std::filesystem 符号索引 (C++17 起)

来自cppreference.com


此页面尝试列出所有来自标准库文件系统库),在命名空间 std::filesystem 中的可用符号。符号书写如下:

  • 函数名带 ()
  • 模板名带 <>

目录

[编辑]
ABCDEFHILPRSTUW


[编辑]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 起)

close