LLVM 20.0.0git
|
This is the complete list of members for llvm::function_ref< Ret(Params...)>, including all inherited members.
function_ref()=default | llvm::function_ref< Ret(Params...)> | |
function_ref(std::nullptr_t) | llvm::function_ref< Ret(Params...)> | inline |
function_ref(Callable &&callable, std::enable_if_t<!std::is_same< remove_cvref_t< Callable >, function_ref >::value > *=nullptr, std::enable_if_t< std::is_void< Ret >::value||std::is_convertible< decltype(std::declval< Callable >()(std::declval< Params >()...)), Ret >::value > *=nullptr) | llvm::function_ref< Ret(Params...)> | inline |
operator bool() const | llvm::function_ref< Ret(Params...)> | inlineexplicit |
operator()(Params ...params) const | llvm::function_ref< Ret(Params...)> | inline |