LLVM
8.0.1
|
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, typename std::enable_if< !std::is_same< typename std::remove_reference< Callable >::type, function_ref >::value >::type *=nullptr) | llvm::function_ref< Ret(Params...)> | inline |
operator bool() const | llvm::function_ref< Ret(Params...)> | inline |
operator()(Params ...params) const | llvm::function_ref< Ret(Params...)> | inline |