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

References

usr/include/c++/7.4.0/bits/stl_bvector.h
  628       if (__x.get_allocator() == __a)
  630 	  this->_M_impl._M_start = __x._M_impl._M_start;
  631 	  this->_M_impl._M_finish = __x._M_impl._M_finish;
  632 	  this->_M_impl._M_end_of_storage = __x._M_impl._M_end_of_storage;
  633 	  __x._M_impl._M_start = _Bit_iterator();
  634 	  __x._M_impl._M_finish = _Bit_iterator();
  635 	  __x._M_impl._M_end_of_storage = nullptr;
  639 	  _M_initialize(__x.size());
  640 	  _M_copy_aligned(__x.begin(), __x.end(), begin());
  640 	  _M_copy_aligned(__x.begin(), __x.end(), begin());
  641 	  __x.clear();