C/C++
set_intersection()

template <class InIter1, class InIter2, class OutIter>
	OutIter set_intersection(InIter start1, InIter1 end1,
		InIter2 starts, InIter2 end2, OutIter result);
template <class InIter1, class InIter2, class OutIter, class Comp>
	OutIter set_intersection(InIter start1, InIter1 end1,
		InIter2 starts, InIter2 end2, OutIter result, Comp cmpfn);


,

set_intersection() , , start1, end1 starts, ends, .. , . , result. , .

, , ,






Нет комментариев.



Оставить комментарий:
Ваше Имя:
Email:
Антибот: *  
Ваш комментарий: