mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
This is an inline decorator for setting the name of a command (equivalent to calling setName()). It's not possible to implement this for C++, as it would slice the derived class to return it by value.