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

Lines Matching refs:i55

115     int i55[] = {1, 1, 1, 0, 1};
146 assert(std::is_heap(i55, i55+5, std::greater<int>()) == (std::is_heap_until(i55, i55+5, std::greater<int>()) == i55+5));