LLVM: llvm::detail::DynCastIfPresentFunc< U > Struct Template Reference (original) (raw)

#include "[llvm/Support/Casting.h](Casting%5F8h%5Fsource.html)"

Public Member Functions
template<typename T>
decltype(auto) operator() (T &&Val) const

Detailed Description

template
struct llvm::detail::DynCastIfPresentFunc< U >

Definition at line 849 of file Casting.h.

Member Function Documentation

operator()()

template

template<typename T>

decltype(auto) llvm::detail::DynCastIfPresentFunc< U >::operator() ( T && Val) const inline

Definition at line 850 of file Casting.h.

References llvm::dyn_cast_if_present(), and T.


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