Function t8_element_array_end
Defined in File t8_element_array_iterator.hxx
Function Documentation
-
inline t8_element_array_iterator t8_element_array_end(const t8_element_array_t *element_array)
Get an Random-Access-Iterator to the one after the last element pointer within an element array.
- Parameters:
element_array – [in] The element array from which the end()-Random-Access-Iterator should be taken.
- Returns:
t8_element_array_iterator The iterator to the end of the element array.