WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
wpi::simplify_type< const From > Struct Template Reference

#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)
 

Member Typedef Documentation

◆ NonConstSimpleType

template<typename From >
using wpi::simplify_type< const From >::NonConstSimpleType = typename simplify_type<From>::SimpleType

◆ RetType

template<typename From >
using wpi::simplify_type< const From >::RetType

◆ SimpleType

template<typename From >
using wpi::simplify_type< const From >::SimpleType = typename add_const_past_pointer<NonConstSimpleType>::type

Member Function Documentation

◆ getSimplifiedValue()

template<typename From >
static RetType wpi::simplify_type< const From >::getSimplifiedValue ( const From & Val)
inlinestatic

The documentation for this struct was generated from the following file: