-
-
Notifications
You must be signed in to change notification settings - Fork 10
Using NeKernel: FunctionOr: Function.h
Amlal El Mahrouss edited this page Mar 8, 2026
·
1 revision
template <typename T, typename... Args>
using FunctionOr = ErrorOr<Function<T, Args...>>;An alias of ErrorOr<Function<T, Args...>>, which holds a function pointer reference. (Ref<Function<T, Args...>>)
Please read this: https://docs.kernel.org/process/coding-assistants.html
If it can't run on your machine, you can't PR it. Please actually test your code before submitting!
They will be closed after a week. Inactive PRs stalls everything.
Cheers. Amlal