Move assigning its internal basic_stringbuf object leaves unspecified whether the internal sequence of characters is the one in rhs before the call, or a copy of it. In any case, both objects use independent sequences after the call.
参数
rhs
Another basic_stringstream object with the same template parameters (charT, traits and Alloc).