LLVM 22.0.0git
llvm::detail::StaticCastFunc< U > Struct Template Reference

Usable in generic algorithms like map_range. More...

#include "llvm/Support/Casting.h"

Public Member Functions

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

Detailed Description

template<typename U>
struct llvm::detail::StaticCastFunc< U >

Usable in generic algorithms like map_range.

Definition at line 825 of file Casting.h.

Member Function Documentation

◆ operator()()

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

Definition at line 826 of file Casting.h.

References T.


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