Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/ranges/range.access/
H A Drbegin.pass.cpp228 struct RBeginFunctionReturnsEmptyPtr { struct
231 friend constexpr const Empty *rbegin(RBeginFunctionReturnsEmptyPtr const& bf) { return &bf.x; } in rbegin() argument