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

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_algobase.h228 // copy_backward auxiliary functions
328 inline _OutputIter copy_backward(_InputIter __first, _InputIter __last, _OutputIter __result) { function
337 inline _Tp* copy_backward(const _Tp* __first, const _Tp* __last, _Tp* __result) \

Completed in 19 milliseconds