std::basic_ofstream::operator=
From cppreference.com
                    
                                        
                    < cpp | io | basic ofstream
                    
                                                            
                    |   basic_ifstream& operator=( basic_ofstream&& other );  | 
(since C++11) | |
Moves the file stream. The source stream becomes of invalid state after the operation.
Contents | 
[edit] Parameters
| other | - | file stream to move. other becomes of invalid state after the operation. | 
[edit] Return value
*this
[edit] Example
| This section is incomplete Reason: no example  | 
[edit] See also
|    (C++11)  | 
   swaps two file streams   (public member function)  |