CxxDictionary

A C++ type that represents a dictionary.

protocol CxxDictionary<Key, Value>
Browse conforming types

C++ standard library types such as std::map and std::unordered_map conform to this protocol.