Namespaces
Variants

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

From cppreference.net
file_status & operator = ( const file_status & other ) = default ;
(1) (파일시스템 TS)
file_status & operator = ( file_status && other ) = default ;
(2) (파일시스템 TS)

다른 파일 타입 객체를 복사 또는 이동 할당합니다.

매개변수

반환값

* this

예외

noexcept 명세:
noexcept