Symbol: construct
headers/cpp/iterator.h
92
using __STD::construct;
headers/cpp/stl_alloc.h
770
void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); }
headers/cpp/stl_alloc.h
848
void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); }
headers/cpp/stl_deque.h
1155
construct(_M_finish._M_cur, __t_copy);
headers/cpp/stl_deque.h
1170
construct(_M_finish._M_cur);
headers/cpp/stl_deque.h
1188
construct(_M_start._M_cur, __t_copy);
headers/cpp/stl_deque.h
1203
construct(_M_start._M_cur);
headers/cpp/stl_deque.h
696
construct(_M_finish._M_cur, __t);
headers/cpp/stl_deque.h
705
construct(_M_finish._M_cur);
headers/cpp/stl_deque.h
714
construct(_M_start._M_cur - 1, __t);
headers/cpp/stl_deque.h
723
construct(_M_start._M_cur - 1);
headers/cpp/stl_hashtable.h
544
construct(&__n->_M_val, __obj);
headers/cpp/stl_list.h
293
construct(&__p->_M_data, __x);
headers/cpp/stl_list.h
303
construct(&__p->_M_data);
headers/cpp/stl_raw_storage_iter.h
50
construct(&*_M_iter, __element);
headers/cpp/stl_rope.h
1649
construct(__buf, __c);
headers/cpp/stl_slist.h
327
construct(&__node->_M_data, __x);
headers/cpp/stl_slist.h
337
construct(&__node->_M_data);
headers/cpp/stl_tree.h
556
construct(&__tmp->_M_value_field, __x);
headers/cpp/stl_uninitialized.h
108
construct(&*__cur, *__first);
headers/cpp/stl_uninitialized.h
159
construct(&*__cur, __x);
headers/cpp/stl_uninitialized.h
199
construct(&*__cur, __x);
headers/cpp/stl_uninitialized.h
58
construct(&*__cur, *__first);
headers/cpp/stl_vector.h
335
construct(_M_finish, __x);
headers/cpp/stl_vector.h
343
construct(_M_finish);
headers/cpp/stl_vector.h
358
construct(_M_finish, __x);
headers/cpp/stl_vector.h
368
construct(_M_finish);
headers/cpp/stl_vector.h
605
construct(_M_finish, *(_M_finish - 1));
headers/cpp/stl_vector.h
618
construct(__new_finish, __x);
headers/cpp/stl_vector.h
637
construct(_M_finish, *(_M_finish - 1));
headers/cpp/stl_vector.h
649
construct(__new_finish);