Home | History | Annotate | Download | only in include

Lines Matching full:iterator

35 #include <iterator>
106 // TODO: for simple case and wrapper iterator, should degrade to memmove.
133 // begin and end params. Fix this when iterator are defined.
253 // @param begin1 An input iterator.
254 // @param end1 An input iterator.
255 // @param begin2 An input iterator.
257 // TODO: When we have a proper structure for iterator as opposed to
259 // referenced by the iterator and default to memcmp for simple types.
276 // @param begin1 An input iterator.
277 // @param end1 An input iterator.
278 // @param begin2 An input iterator.