Namespaces
Variants

std::filesystem::file_status:: operator=

From cppreference.net
file_status & operator = ( const file_status & other ) noexcept = default ;
(1) (C++17 이후)
file_status & operator = ( file_status && other ) noexcept = default ;
(2) (C++17 이후)

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

매개변수

other - 할당할 다른 file_status 객체

반환값

* this

예제