std::basic_ifstream<CharT,Traits>::operator= (3) - Linux Manuals
std::basic_ifstream<CharT,Traits>::operator=: std::basic_ifstream<CharT,Traits>::operator=
Command to display std::basic_ifstream<CharT,Traits>::operator=
manual in Linux: $ man 3 std::basic_ifstream<CharT,Traits>::operator=
NAME
std::basic_ifstream<CharT,Traits>::operator= - std::basic_ifstream<CharT,Traits>::operator=
Synopsis
basic_ifstream& operator=( basic_ifstream&& other ); (since C++11)
Move assigns the file stream other to *this, effectively move-assigning both the std::basic_istream base class and the associated std::basic_filebuf.
other is left with no associated file. Note that the base class move assignment swaps all stream state variables (except for rdbuf) between *this and other.
Parameters
other - file stream to move.
Return value
*this
Example
This section is incomplete
Reason: no example
See also
swap swaps two file streams
(public member function)
(C++11)
operator= assigns a basic_filebuf object
(public member function of std::basic_filebuf<CharT,Traits>)
(C++11)
operator= move-assigns from another basic_istream
(protected member function)
(C++11)
Pages related to std::basic_ifstream<CharT,Traits>::operator=
- std::basic_ifstream<CharT,Traits>::open (3) - std::basic_ifstream<CharT,Traits>::open
- std::basic_ifstream<CharT,Traits>::basic_ifstream (3) - std::basic_ifstream<CharT,Traits>::basic_ifstream
- std::basic_ifstream<CharT,Traits>::close (3) - std::basic_ifstream<CharT,Traits>::close
- std::basic_ifstream<CharT,Traits>::is_open (3) - std::basic_ifstream<CharT,Traits>::is_open
- std::basic_ifstream<CharT,Traits>::rdbuf (3) - std::basic_ifstream<CharT,Traits>::rdbuf
- std::basic_ifstream<CharT,Traits>::swap (3) - std::basic_ifstream<CharT,Traits>::swap
- std::basic_ifstream (3) - std::basic_ifstream
- std::basic_ios (3) - std::basic_ios
- std::basic_ios<CharT,Traits>::bad (3) - std::basic_ios<CharT,Traits>::bad
- std::basic_ios<CharT,Traits>::basic_ios (3) - std::basic_ios<CharT,Traits>::basic_ios
- std::basic_ios<CharT,Traits>::clear (3) - std::basic_ios<CharT,Traits>::clear
- std::basic_ios<CharT,Traits>::copyfmt (3) - std::basic_ios<CharT,Traits>::copyfmt
- std::basic_ios<CharT,Traits>::eof (3) - std::basic_ios<CharT,Traits>::eof
- std::basic_ios<CharT,Traits>::exceptions (3) - std::basic_ios<CharT,Traits>::exceptions
- std::basic_ios<CharT,Traits>::fail (3) - std::basic_ios<CharT,Traits>::fail
- std::basic_ios<CharT,Traits>::fill (3) - std::basic_ios<CharT,Traits>::fill