Function t8_element_array_begin

Function Documentation

inline t8_element_array_iterator t8_element_array_begin(const t8_element_array_t *element_array)

Get an Random-Access-Iterator to the first element pointer within an element array.

Parameters:

element_array[in] The element array from which the begin()-Random-Access-Iterator should be taken.

Returns:

t8_element_array_iterator The iterator to the start of the element array.