table of contents
std::experimental::filesystem::directory_entry::operator=(3) | C++ Standard Libary | std::experimental::filesystem::directory_entry::operator=(3) |
NAME¶
std::experimental::filesystem::directory_entry::operator= - std::experimental::filesystem::directory_entry::operator=
Synopsis¶
directory_entry& operator=( const directory_entry& ) =
default; (1) (filesystem TS)
directory_entry& operator=( directory_entry&&) = default;
(2) (filesystem TS)
Assigns another directory entry.
Parameters¶
This section is incomplete
Return value¶
*this
Exceptions¶
This section is incomplete
2)
noexcept specification:
noexcept
See also¶
assign assigns contents
(public member function)
Categories:¶
* Noindexed pages
* Todo without reason
* unconditionally noexcept
Hidden categories:¶
* Pages with unreviewed unconditional noexcept template
* Pages with unreviewed noexcept template
2024.06.10 | http://cppreference.com |