![]() |
WPILibC++ 2025.3.2
|
#include <wpi/Casting.h>
Public Types | |
using | UnwrappedType = T |
Static Public Member Functions | |
static bool | isPresent (const T &t) |
static decltype(auto) | unwrapValue (T &t) |
using wpi::ValueIsPresent< T, std::enable_if_t< IsNullable< T > > >::UnwrappedType = T |
|
inlinestatic |
|
inlinestatic |