Home | History | Annotate | Download | only in is.heap

Lines Matching refs:i18

63     int i18[] = {0, 1, 1, 1};
78 assert(std::is_heap(i18, i18+4, std::greater<int>()) == (std::is_heap_until(i18, i18+4, std::greater<int>()) == i18+4));