WPILibC++ 2025.2.1
|
This cast trait just provides the default implementation of doCastIfPossible to make CastInfo specializations more declarative. More...
#include <wpi/Casting.h>
Static Public Member Functions | |
static To | doCastIfPossible (From f) |
This cast trait just provides the default implementation of doCastIfPossible to make CastInfo specializations more declarative.
The Derived
template parameter must be provided for forwarding castFailed and doCast.
|
inlinestatic |