std::filesystem::directory_entry::path
来自cppreference.com
< cpp | filesystem | directory entry
const std::filesystem::path& path() const noexcept; |
(C++17 起) | |
operator const std::filesystem::path& () const noexcept; |
(C++17 起) | |
返回 directory_entry 所保有的路径对象。
参数
(无)
返回值
directory_entry 所保有的 path 对象。
示例
本节未完成 原因:暂无示例 |
参阅
本节未完成 |