STL: set_union() [Resolved]
Posted: Mon Jul 28, 2003 10:55 pm
Hi,
i have two sets s1 and s2. i want to produce a new set s, that is the union of s1,s2. it would make sense to use set_union(s1.begin(),s1.end(),s2.begin(),s2.end(),...)
whats the 5th parameter should be?
i have two sets s1 and s2. i want to produce a new set s, that is the union of s1,s2. it would make sense to use set_union(s1.begin(),s1.end(),s2.begin(),s2.end(),...)
whats the 5th parameter should be?