Home
last modified time | relevance | path

Searched refs:DestLast (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
Dutil.hpp74 OutputIteratorT DestLast ) in bounded_copy() argument
78 for(; InputIt!=Last && OutputIt!=DestLast; InputIt++, OutputIt++ ) in bounded_copy()