Scroll to navigation

std::filesystem::file_status::operator=(3) C++ Standard Libary std::filesystem::file_status::operator=(3)

NAME

std::filesystem::file_status::operator= - std::filesystem::file_status::operator=

Synopsis


file_status& operator=( const file_status& other ) noexcept = (1) (since C++17)
default;
file_status& operator=( file_status&& other ) noexcept = default; (2) (since C++17)


Copy- or move-assigns another file status object.

Parameters


other - another file_status object to assign

Return value


*this

Example


This section is incomplete
Reason: no example

2022.07.31 http://cppreference.com