WPILibC++ 2027.0.0-alpha-5
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 constructor that 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:48
Definition OpModeRobot.hpp:35
Definition OpModeRobot.hpp:37

Detailed Description

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

Template Parameters
Topmode class
Rrobot class