HandleManager.get

Retrieves an element from the handle manager by its handle, storing the result in an out parameter.

  1. T get(Handle!T handle)
  2. bool get(Handle!T handle, T object)
    class HandleManager(T, size_t entryCount = 2^^12)
    const
    bool
    get
    (,
    out T object
    )
    if (
    entryCount > 0
    )

Return Value

Type: bool

true if the handle was valid and referred to an element, false otherwise.

Meta