std::basic_istringstream::swap
性病:基本[医]stringstream::swp
void swap( basic_istringstream& other | | (since C++11) |
---|
将流的状态与other
...
实现的办法是调用basic_istream<CharT, Traits>::swap(other)和rdbuf()->swap(*other.rdbuf())...
参数
other | - | stream to exchange the state with |
---|
返回值
%280%29
例
另见
operator= (C++11) | moves the string stream (public member function) |
---|---|
swap (C++11) | swaps two basic_stringbuf objects (public member function of std::basic_stringbuf) |
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。