MobilityDB 1.3
Loading...
Searching...
No Matches

◆ meos_array_add()

void meos_array_add ( MeosArray array,
void *  value 
)

Add a value to the array.

Parameters
[in]arrayArray
[in]valuePointer to the value to add. For fixed-size arrays, the value is copied. For varlength arrays, the pointer itself is stored.