ecs_page_next

Function ecs_page_next 

Source
pub unsafe extern "C" fn ecs_page_next(it: *mut ecs_iter_t) -> bool
Expand description

Progress a paged iterator. Progresses an iterator created by ecs_page_iter.

@param it The iterator. @return true if iterator has more results, false if not.