Searched refs: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() argument233 static_assert(!std::is_invocable_v<RangeCEndT, EndFunctionByValue>);277 EndFunctionByValue b; in testEndFunction()