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

References

usr/include/c++/7.4.0/bits/deque.tcc
  674       const difference_type __elems_before = __pos - this->_M_impl._M_start;
  681 	  __pos = this->_M_impl._M_start + __elems_before;
  692 		  _GLIBCXX_MOVE3(__start_n, __pos, __old_start);
  693 		  std::fill(__pos - difference_type(__n), __pos, __x_copy);
  693 		  std::fill(__pos - difference_type(__n), __pos, __x_copy);
  698 						 __pos, __new_start,
  703 		  std::fill(__old_start, __pos, __x_copy);
  719 	  __pos = this->_M_impl._M_finish - __elems_after;
  731 		  _GLIBCXX_MOVE_BACKWARD3(__pos, __finish_n, __old_finish);
  732 		  std::fill(__pos, __pos + difference_type(__n), __x_copy);
  732 		  std::fill(__pos, __pos + difference_type(__n), __x_copy);
  737 						 __pos + difference_type(__n),
  738 						 __x_copy, __pos,
  742 		  std::fill(__pos, __old_finish, __x_copy);