LLVM 20.0.0git
|
#include "llvm/Support/Casting.h"
Public Types | |
using | UnwrappedType = T |
Static Public Member Functions | |
static bool | isPresent (const std::optional< T > &t) |
static decltype(auto) | unwrapValue (std::optional< T > &t) |
using llvm::ValueIsPresent< std::optional< T > >::UnwrappedType = T |
|
inlinestatic |