Searched refs:InputIt (Results 1 – 2 of 2) sorted by relevance
76 InputIteratorT InputIt=First; in bounded_copy() local78 for(; InputIt!=Last && OutputIt!=DestLast; InputIt++, OutputIt++ ) in bounded_copy()80 *OutputIt=*InputIt; in bounded_copy()
79 BOOST_STRING_TYPENAME InputT::iterator InputIt=From; in operator ()() local80 for(; InsertIt!=End && InputIt!=To; InsertIt++, InputIt++ ) in operator ()()82 *InputIt=*InsertIt; in operator ()()88 Input.insert( InputIt, InsertIt, End ); in operator ()()92 if ( InputIt!=To ) in operator ()()95 Input.erase( InputIt, To ); in operator ()()