![]() |
WPILibC++ 2027.0.0-alpha-5
|
CRTP implementation to allow polymorphic decorator functions in Command. More...
#include <wpi/commands2/CommandHelper.hpp>
Public Member Functions | |
| CommandHelper ()=default | |
| CommandPtr | ToPtr () &&override |
CRTP implementation to allow polymorphic decorator functions in Command.
Note: ALWAYS create a subclass by extending CommandHelper<Base, Subclass>, or decorators will not function!
This class is provided by the Commands v2 VendorDep
|
default |
|
inlineoverride |