Operator implicit operator
implicit operator AllocatorHandle(Allocator)
Implicitly convert an Allocator to an AllocatorHandle with its Version being reset to 0.
Declaration
public static implicit operator AllocatorManager.AllocatorHandle(Allocator a)
Parameters
Type | Name | Description |
---|---|---|
Allocator | a | The Allocator to convert. |
Returns
Type | Description |
---|---|
AllocatorManager.AllocatorHandle | The AllocatorHandle of an allocator. |