Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/ranges/range.access/
H A Dsize.pass.cpp115 struct SizeFunctionConst { struct
116 friend constexpr std::size_t size(const SizeFunctionConst) { return 42; } in size()