Searched refs:InputIteratorT (Results 1 – 2 of 2) sorted by relevance
52 typedef typename range_const_iterator<SequenceSequenceT>::type InputIteratorT; in join() typedef55 InputIteratorT itBegin=::boost::begin(Input); in join()56 InputIteratorT itEnd=::boost::end(Input); in join()103 typedef typename range_const_iterator<SequenceSequenceT>::type InputIteratorT; in join_if() typedef106 InputIteratorT itBegin=::boost::begin(Input); in join_if()107 InputIteratorT itEnd=::boost::end(Input); in join_if()
69 template<typename InputIteratorT, typename OutputIteratorT>71 InputIteratorT First, in bounded_copy()72 InputIteratorT Last, in bounded_copy()76 InputIteratorT InputIt=First; in bounded_copy()