Searched defs:EndFunctionByValue (Results 1 – 1 of 1) sorted by relevance
229 struct EndFunctionByValue { struct230 friend constexpr int *begin(EndFunctionByValue) { return nullptr; } in begin() argument231 friend constexpr int *end(EndFunctionByValue) { return &globalBuff[1]; } in end() argument