Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/ranges/range.access/
H A Drbegin.pass.cpp217 struct RBeginFunctionByValue { struct
218 friend constexpr int *rbegin(RBeginFunctionByValue) { return globalBuff + 1; } in rbegin() argument