Protocolswift 6.0.1Cxx
CxxDictionary
A C++ type that represents a dictionary.
protocol CxxDictionary<Key, Value>
Browse conforming typesC++ standard library types such as std::map
and std::unordered_map
conform to this protocol.
A C++ type that represents a dictionary.
protocol CxxDictionary<Key, Value>
Browse conforming typesC++ standard library types such as std::map
and std::unordered_map
conform to this protocol.