#include <wpi/Casting.h>
|
static bool | isPresent (const std::optional< T > &t) |
|
static decltype(auto) | unwrapValue (std::optional< T > &t) |
|
◆ UnwrappedType
◆ isPresent()
template<typename T >
static bool wpi::ValueIsPresent< std::optional< T > >::isPresent |
( |
const std::optional< T > & | t | ) |
|
|
inlinestatic |
◆ unwrapValue()
template<typename T >
static decltype(auto) wpi::ValueIsPresent< std::optional< T > >::unwrapValue |
( |
std::optional< T > & | t | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: