find_first_of()
template <class ForIter1, class ForIter2> FwdIter1 find_first_of(ForIter1 start1, ForIter1 end1, ForIter2 start2, ForIter2 end2); template <class ForIter1, class ForIter2, class BinPred> FwdIter1 find_first_of(ForIter1 start1, ForIter1 end1, ForIter2 start2, ForIter2 end2, BinPred pfn); find_first_of() , start1 end1, , start2 end2. , end1. , . |
Нет комментариев. Оставить комментарий: |