WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
wpi::ValueIsPresent< T, std::enable_if_t< IsNullable< T > > > Struct Template Reference

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