Home
last modified time | relevance | path

Searched refs:EndFunctionByValue (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/ranges/range.access/
H A Dend.pass.cpp229 struct EndFunctionByValue { struct
230 friend constexpr int *begin(EndFunctionByValue) { return nullptr; } in begin() argument
231 friend constexpr int *end(EndFunctionByValue) { return &globalBuff[1]; } in end() argument
233 static_assert(!std::is_invocable_v<RangeCEndT, EndFunctionByValue>);
277 EndFunctionByValue b; in testEndFunction()