Contents

NSMapGet(_:_:)

Returns a map table value for the specified key.

Declaration

func NSMapGet(_ table: NSMapTable<AnyObject, AnyObject>, _ key: UnsafeRawPointer?) -> UnsafeMutableRawPointer?

Return Value

The value that table maps to key, or NULL if table doesn’t contain key.

See Also

Related Documentation

Functions