Function binheap_isfull

Function Documentation

static inline bool_t binheap_isfull(const struct binheap *const heap)

Determine if the heap is currently full.

Parameters:

heap – The heap handle.

Returns:

bool_t