mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
Using std::function<void()> directly makes it much clearer to the user what kind of function Notifier expects. The Doxygen comments already say what the function is used for, so the typedef just discards useful information.