Function t8_element_array_push_count(t8_element_array_t *, size_t)
Defined in File t8_containers.h
Function Documentation
-
t8_element_t *t8_element_array_push_count(t8_element_array_t *element_array, size_t count)
Enlarge an array by a number of elements.
- Parameters:
element_array – [inout] Array structure to be modified.
count – [in] The number of elements to add.
- Returns:
Returns a pointer to the newly added elements for which t8_element_init was called.