Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/ranges/range.access/
H A Dend.pass.cpp242 struct EndFunctionReturnsEmptyPtr { struct
244 friend constexpr const Empty *begin(EndFunctionReturnsEmptyPtr const&) { return nullptr; } in begin() argument