Home
last modified time | relevance | path

Searched defs:SortHeap (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/benchmarks/algorithms/
H A Dsort_heap.bench.cpp15 struct SortHeap { struct
16 size_t Quantity;
18 void run(benchmark::State& state) const { in run()
24 std::string name() const { in name()