Searched refs:OutputIt (Results 1 – 2 of 2) sorted by relevance
77 OutputIteratorT OutputIt=DestFirst; in bounded_copy() local78 for(; InputIt!=Last && OutputIt!=DestLast; InputIt++, OutputIt++ ) in bounded_copy()80 *OutputIt=*InputIt; in bounded_copy()83 return OutputIt; in bounded_copy()
32 OutputIteratorT OutputIt=DestBegin; in move_from_storage() local34 while( !Storage.empty() && OutputIt!=DestEnd ) in move_from_storage()36 *OutputIt=Storage.front(); in move_from_storage()38 ++OutputIt; in move_from_storage()41 return OutputIt; in move_from_storage()