WPILibC++  unspecified
llvm::function_ref< Ret(Params...)> Member List

This is the complete list of members for llvm::function_ref< Ret(Params...)>, including all inherited members.

function_ref(Callable &&callable, typename std::enable_if< !std::is_same< typename std::remove_reference< Callable >::type, function_ref >::value >::type *=nullptr) (defined in llvm::function_ref< Ret(Params...)>)llvm::function_ref< Ret(Params...)>inline
operator()(Params...params) const (defined in llvm::function_ref< Ret(Params...)>)llvm::function_ref< Ret(Params...)>inline