Searched defs:REndFunctionByValue (Results 1 – 1 of 1) sorted by relevance
232 struct REndFunctionByValue { struct233 friend constexpr int* rbegin(REndFunctionByValue) { return nullptr; } in rbegin() argument234 friend constexpr int* rend(REndFunctionByValue) { return &globalBuff[1]; } in rend() argument