|
template<class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator< _Tp >) >
Definition at line 385 of file _vector.h. Referenced by vector< PROPSHEETPAGE >::assign(). {
_Invalidate_all();
_M_non_dbg_impl.assign(__first, __last);
}
|