WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::ConstructibleOpMode Concept Reference

Concept indicating a class is derived from OpMode and has either a no-argument constructor or a constructorthat accepts R&. More...

#include <wpi/framework/OpModeRobot.hpp>

Concept definition

template<typename T, typename R>
Concept indicating a class is derived from OpMode and has either a no-argument constructor or a const...
Definition OpModeRobot.hpp:46
Definition OpModeRobot.hpp:33
Definition OpModeRobot.hpp:35

Detailed Description

Concept indicating a class is derived from OpMode and has either a no-argument constructor or a constructorthat accepts R&.

Template Parameters
Topmode class
Rrobot class