Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/libcxx/algorithms/
H A Ddebug_less.pass.cpp140 struct FooImp { struct
141 explicit FooImp(int x) : x_(x) {} in FooImp() function
146 inline bool operator<(FooImp<T> const& x, Tag<0> y) { in operator <() argument