basic_directory_entry::operator= Operator
Assigns stored values from a specified basic_directory_entry object.
basic_directory_entry& operator=(
const basic_directory_entry& Right
);
basic_directory_entry& operator=(
basic_directory_entry&& Right
);
Parameters
- Right
A basic_directory_entry object.
Return Value
*this
Remarks
The first operator copy-assigns the stored objects in Right.
The second operator move-assigns the stored objects in Right.
Requirements
Header: filesystem
Namespace: std::tr2::sys