LLVM 22.0.0git
llvm::CastIsPossible< To, std::optional< From > > Struct Template Reference

#include "llvm/Support/Casting.h"

Inheritance diagram for llvm::CastIsPossible< To, std::optional< From > >:
[legend]

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>
bool llvm::CastIsPossible< To, std::optional< From > >::isPossible ( const std::optional< From > & f)
inlinestatic

Definition at line 267 of file Casting.h.

References assert().


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