Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/containers/associative/map/map.ops/
H A Dcount.pass.cpp25 struct FinalCompare final { struct
26 bool operator()(const T& x, const T& y) const { return x < y; } in operator ()()