![]() |
WPILibC++ 2025.3.2
|
#include <wpi/Casting.h>
Public Types | |
using | NonConstSimpleType = typename simplify_type<From>::SimpleType |
using | SimpleType = typename add_const_past_pointer<NonConstSimpleType>::type |
using | RetType |
Static Public Member Functions | |
static RetType | getSimplifiedValue (const From &Val) |
using wpi::simplify_type< const From >::NonConstSimpleType = typename simplify_type<From>::SimpleType |
using wpi::simplify_type< const From >::RetType |
using wpi::simplify_type< const From >::SimpleType = typename add_const_past_pointer<NonConstSimpleType>::type |
|
inlinestatic |