CxxUniqueSet

A C++ type that represents a set of unique values.

protocol CxxUniqueSet<Element> : CxxSet where Self.InsertionResult : CxxPair, Self.InsertionResult.Second == Bool
Browse conforming types

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