Home
last modified time | relevance | path

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

/llvm-project/pstl/test/std/algorithms/alg.sorting/alg.heap.operations/
H A Dis_heap.pass.cpp23 struct WithCmpOp struct
27 WithCmpOp() : _first(0), _second(0){}; in WithCmpOp() argument
28 explicit WithCmpOp(int32_t x) : _first(x), _second(x){}; in WithCmpOp() function
30 operator<(const WithCmpOp& rhs) const in operator <() argument