ec_ptr_array_get
Last updated March 2020
Name
ec_ptr_array_get — retrieve from a sparse ec_ptr_array
Synopsis
#include "misc/ec_ptr_array.h"
| void * **ec_ptr_array_get** (
| array, | |
| | slot)
; | |
Description
Note
This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.
retrieve from a sparse ec_ptr_array
if 0 <= slot < array->size, returns array->items[slot]; else returns NULL
**Configuration Change. ** This feature is available as of version 3.0.
Was this page helpful?