HomeSort by relevance Sort by last modified time
    Searched defs:InputIt (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
sequence.hpp 79 BOOST_STRING_TYPENAME InputT::iterator InputIt=From;
80 for(; InsertIt!=End && InputIt!=To; InsertIt++, InputIt++ )
82 *InputIt=*InsertIt;
88 Input.insert( InputIt, InsertIt, End );
92 if ( InputIt!=To )
95 Input.erase( InputIt, To );
util.hpp 76 InputIteratorT InputIt=First;
78 for(; InputIt!=Last && OutputIt!=DestLast; InputIt++, OutputIt++ )
80 *OutputIt=*InputIt;

Completed in 604 milliseconds