std::filesystem::path::empty
文件系统::path::空
bool empty() const; | | (since C++17) |
---|
检查路径是否为空。
参数
%280%29
返回值
true
如果路径是空的,false
否则。
例外
noexcept
规格:
noexcept
注记
可以通过调用clear
默认情况下-构造一个path
它也可以由路径分解函数%28返回,例如extension
%29如果路径中不存在相应的组件。
空路径被归类为相对路径。
另见
(constructor) | constructs a path (public member function) |
---|
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。