LLVM 19.0.0git
Static Public Attributes | List of all members
llvm::detail::UniqueFunctionBase< ReturnT, ParamTs >::CallbacksHolder< CallableT, CalledAs, EnableIfTrivial< CallableT > > Struct Template Reference

#include "llvm/ADT/FunctionExtras.h"

Static Public Attributes

static TrivialCallback Callbacks
 

Detailed Description

template<typename ReturnT, typename... ParamTs>
template<typename CallableT, typename CalledAs>
struct llvm::detail::UniqueFunctionBase< ReturnT, ParamTs >::CallbacksHolder< CallableT, CalledAs, EnableIfTrivial< CallableT > >

Definition at line 251 of file FunctionExtras.h.

Member Data Documentation

◆ Callbacks

template<typename ReturnT , typename... ParamTs>
template<typename CallableT , typename CalledAs >
TrivialCallback llvm::detail::UniqueFunctionBase< ReturnT, ParamTs >::CallbacksHolder< CallableT, CalledAs, EnableIfTrivial< CallableT > >::Callbacks
static

Definition at line 252 of file FunctionExtras.h.


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