What kinds of iterators do you think copy requires? What about reverse or unique
belongs to book: C++ Primer|Stanley B.Lippman, Josee Lajoie, Barbara E.Moo|5th Edition| Chapter number:10| Question number:40
All Answers
total answers (1)
belongs to book: C++ Primer|Stanley B.Lippman, Josee Lajoie, Barbara E.Moo|5th Edition| Chapter number:10| Question number:40
total answers (1)
`copy`requires input iterator as the first two parameters and output iterator as the third parameter.`reverse`requires bidirectional iterator.`unique`requires forward iterator.
need an explanation for this answer? contact us directly to get an explanation for this answer