Function t8_dline_is_valid
Defined in File t8_dline_bits.h
Function Documentation
-
int t8_dline_is_valid(const t8_dline_t *line)
Query whether all entries of a line are in valid ranges.
- Parameters:
line – [in] line to be considered.
- Returns:
True, if line is a valid line and it is safe to call any function in this file on line. False otherwise.