Searched refs:REndFunctionByValue (Results 1 – 1 of 1) sorted by relevance
233 struct REndFunctionByValue { struct234 friend constexpr int* rbegin(REndFunctionByValue) { return nullptr; } in rbegin() argument235 friend constexpr int* rend(REndFunctionByValue) { return &globalBuff[1]; } in rend() argument237 static_assert(!std::is_invocable_v<RangeCREndT, REndFunctionByValue>);279 REndFunctionByValue b; in testREndFunction()