reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
146 __xfer_bufptrs __l_st{*this, std::__addressof(__rhs)}; 147 __xfer_bufptrs __r_st{__rhs, this}; 148 __streambuf_type& __base = __rhs; 150 __rhs.pubimbue(this->pubimbue(__rhs.getloc())); 150 __rhs.pubimbue(this->pubimbue(__rhs.getloc())); 151 std::swap(_M_mode, __rhs._M_mode); 152 std::swap(_M_string, __rhs._M_string);