WPILibC++ 2024.1.1-beta-4
wpi::simplify_type< const From > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/llvm/include/wpi/Casting.h>

Public Types

using NonConstSimpleType = typename simplify_type< From >::SimpleType
 
using SimpleType = typename add_const_past_pointer< NonConstSimpleType >::type
 
using RetType = typename add_lvalue_reference_if_not_pointer< SimpleType >::type
 

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 = typename add_lvalue_reference_if_not_pointer<SimpleType>::type

◆ 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: