Searched refs:REndFunctionWithPrivateEndMember (Results 1 – 1 of 1) sorted by relevance
259 struct REndFunctionWithPrivateEndMember : private REndMember { struct261 friend constexpr const int* rbegin(REndFunctionWithPrivateEndMember const&) { return nullptr; } in rbegin() argument262 friend constexpr const int* rend(REndFunctionWithPrivateEndMember const& bf) { return &bf.y; } in rend()301 const REndFunctionWithPrivateEndMember f{}; in testREndFunction()304 REndFunctionWithPrivateEndMember ff{}; in testREndFunction()