mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
[wpilibc] AddressableLED: add move constructor/assignment operator (#6985)
This commit is contained in:
@@ -90,6 +90,9 @@ class AddressableLED {
|
||||
*/
|
||||
explicit AddressableLED(int port);
|
||||
|
||||
AddressableLED(AddressableLED&&) = default;
|
||||
AddressableLED& operator=(AddressableLED&&) = default;
|
||||
|
||||
~AddressableLED();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user