Searched defs:_Destroy_Range (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_construct.h219 inline void _Destroy_Range(_ForwardIterator __first, _ForwardIterator __last) { function
223 inline void _Destroy_Range(char*, char*) {} function
225 inline void _Destroy_Range(wchar_t*, wchar_t*) {} function
226 inline void _Destroy_Range(const wchar_t*, const wchar_t*) {} function
243 { _Destroy_Range(__first, __last); }
280 inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { _STLP_STD::_Destroy_Range(__first, __last); }

Completed in 225 milliseconds