CxxSet

A C++ type that represents a set of values, which might be repeating.

protocol CxxSet<Element>
Browse conforming types

C++ standard library types such as std::set, std::unordered_set and std::multiset conform to this protocol.