|
template<class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator< _Tp >) >
Definition at line 157 of file _vector.h. Referenced by vector< PROPSHEETPAGE >::push_back(). {
#if !defined (_STLP_NO_MOVE_SEMANTIC)
typedef typename __move_traits<_Tp>::implemented _Movable;
#endif
_M_insert_overflow_aux(__pos, __x, _Movable(), __fill_len, __atend);
}
|