WPILibC++ 2025.2.1
|
CRTP implementation to allow polymorphic decorator functions in Command. More...
#include <frc2/command/CommandHelper.h>
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 NewCommands VendorDep
|
default |
|
inlineoverride |