Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/ranges/range.access/
H A Dbegin.pass.cpp226 struct BeginFunctionReturnsEmptyPtr { struct
229 friend constexpr const Empty *begin(BeginFunctionReturnsEmptyPtr const& bf) { return &bf.x; } in begin() argument