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

References

usr/include/c++/7.4.0/bits/vector.tcc
  182       if (&__x != this)
  188 	          && _M_get_Tp_allocator() != __x._M_get_Tp_allocator())
  200 				   __x._M_get_Tp_allocator());
  203 	  const size_type __xlen = __x.size();
  206 	      pointer __tmp = _M_allocate_and_copy(__xlen, __x.begin(),
  207 						   __x.end());
  218 	      std::_Destroy(std::copy(__x.begin(), __x.end(), begin()),
  218 	      std::_Destroy(std::copy(__x.begin(), __x.end(), begin()),
  223 	      std::copy(__x._M_impl._M_start, __x._M_impl._M_start + size(),
  223 	      std::copy(__x._M_impl._M_start, __x._M_impl._M_start + size(),
  225 	      std::__uninitialized_copy_a(__x._M_impl._M_start + size(),
  226 					  __x._M_impl._M_finish,