WPILibC++ 2024.1.1-beta-4
wpi::ValueIsPresent< T, std::enable_if_t< IsNullable< T > > > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/llvm/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)
 

Member Typedef Documentation

◆ UnwrappedType

template<typename T >
using wpi::ValueIsPresent< T, std::enable_if_t< IsNullable< T > > >::UnwrappedType = T

Member Function Documentation

◆ isPresent()

template<typename T >
static bool wpi::ValueIsPresent< T, std::enable_if_t< IsNullable< T > > >::isPresent ( const T &  t)
inlinestatic

◆ unwrapValue()

template<typename T >
static decltype(auto) wpi::ValueIsPresent< T, std::enable_if_t< IsNullable< T > > >::unwrapValue ( T &  t)
inlinestatic

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