标签: c++ stl
C ++算法标题中提供了几个集合操作(并集,交集,对称差异):例如http://en.cppreference.com/w/cpp/algorithm/set_union。
但是,std :: set类本身不提供union,intersection和symmetric作为成员函数。这是否有特定的原因?