Home
last modified time | relevance | path

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

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