reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/sstream
  133 	__xfer_bufptrs __st{__rhs, this};
  134 	const __streambuf_type& __base = __rhs;
  136 	this->pubimbue(__rhs.getloc());
  137 	_M_mode = __rhs._M_mode;
  138 	_M_string = std::move(__rhs._M_string);
  139 	__rhs._M_sync(const_cast<char_type*>(__rhs._M_string.data()), 0, 0);
  139 	__rhs._M_sync(const_cast<char_type*>(__rhs._M_string.data()), 0, 0);