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
  209     insert(const_iterator __position, const value_type& __x)
  305     _M_fill_insert(iterator __pos, size_type __n, const value_type& __x)
  391     _M_fill_initialize(const value_type& __value)
  634 	value_type __x_copy(std::forward<_Args>(__args)...); // XXX copy
  672     _M_insert_aux(iterator __pos, size_type __n, const value_type& __x)
  676       value_type __x_copy = __x;
usr/include/c++/7.4.0/bits/stl_deque.h
  920       deque(size_type __n, const value_type& __value,
  996       deque(initializer_list<value_type> __l,
 1088       operator=(initializer_list<value_type> __l)
 1107       assign(size_type __n, const value_type& __val)
 1151       assign(initializer_list<value_type> __l)
 1312       resize(size_type __new_size, const value_type& __x)
 1505       push_front(const value_type& __x)
 1520       push_front(value_type&& __x)
 1542       push_back(const value_type& __x)
 1557       push_back(value_type&& __x)
 1639       insert(const_iterator __position, const value_type& __x);
 1665       insert(const_iterator __position, value_type&& __x)
 1678       insert(const_iterator __p, initializer_list<value_type> __l)
 1699       insert(const_iterator __position, size_type __n, const value_type& __x)
 1903       _M_fill_initialize(const value_type& __value);
 1958       _M_fill_assign(size_type __n, const value_type& __val)
 2031       _M_fill_insert(iterator __pos, size_type __n, const value_type& __x);
 2045       _M_insert_aux(iterator __pos, size_type __n, const value_type& __x);
usr/include/c++/7.4.0/bits/stl_iterator.h
  490       operator=(const typename _Container::value_type& __value)
  497       operator=(typename _Container::value_type&& __value)
usr/include/c++/7.4.0/bits/stl_queue.h
  124       typedef typename	_Sequence::value_type		value_type;
usr/include/c++/7.4.0/bits/stl_stack.h
  126       typedef typename _Sequence::value_type		value_type;