reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
473 : _M_impl(std::move(__x._M_get_Bit_allocator())) 475 this->_M_impl._M_start = __x._M_impl._M_start; 476 this->_M_impl._M_finish = __x._M_impl._M_finish; 477 this->_M_impl._M_end_of_storage = __x._M_impl._M_end_of_storage; 478 __x._M_impl._M_start = _Bit_iterator(); 479 __x._M_impl._M_finish = _Bit_iterator(); 480 __x._M_impl._M_end_of_storage = nullptr;