Namespaces
Variants

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

From cppreference.net
file_status & operator = ( const file_status & other ) = default ;
(1) (filesystem TS)
file_status & operator = ( file_status && other ) = default ;
(2) (filesystem TS)

Asigna por copia o movimiento otro objeto de tipo archivo.

Parámetros

Valor de retorno

* this

Excepciones

noexcept especificación:
noexcept