LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::CastIsPossible< To, std::optional< From > > Struct Template Reference

#include "llvm/Support/Casting.h"

Static Public Member Functions

static bool isPossible (const std::optional< From > &f)
 

Detailed Description

template<typename To, typename From>
struct llvm::CastIsPossible< To, std::optional< From > >

Definition at line 266 of file Casting.h.

Member Function Documentation

◆ isPossible()

template<typename To , typename From >
static bool llvm::CastIsPossible< To, std::optional< From > >::isPossible ( const std::optional< From > &  f)
inlinestatic

Definition at line 267 of file Casting.h.

References assert(), and From.


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