命名空间
变体
操作

std::experimental::filesystem::file_status::operator=

来自 cppreference.com
< cpp‎ | experimental‎ | fs‎ | file status
 
 
 
 
file_status& operator=( const file_status& other ) = default;
(1) (文件系统 TS)
file_status& operator=( file_status&& other ) = default;
(2) (文件系统 TS)

复制或移动赋值另一个文件类型对象。

[编辑] 参数

[编辑] 返回值

*this

[编辑] 异常

noexcept 规范:  
noexcept