名前空間
変種
操作

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

From cppreference.com
< cpp‎ | experimental‎ | fs‎ | file status
 
 
 
 
file_status& operator=( const file_status& other ) = default;
(1) (filesystem TS)
file_status& operator=( file_status&& other ) = default;
(2) (filesystem TS)

別のファイルタイプオブジェクトをコピーまたは移動代入します。

[編集] パラメータ

[編集] 戻り値

*this

[編集] 例外

noexcept 指定:  
noexcept
  
English 日本語 中文(简体) 中文(繁體)