[#absl-FunctionRef-081-2constructor-053] = xref:absl.adoc[absl]::xref:absl/FunctionRef-081.adoc[FunctionRef<R const(Args...)>]::FunctionRef :relfileprefix: ../../ :mrdocs: Construct from `F` == Synopsis Declared in `<absl/functional/function_ref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename F, typename = xref:absl/FunctionRef-081/EnableIfCompatible.adoc[EnableIfCompatible<F const&>]> FunctionRef(F const& f) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *f* | The object to copy construct from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#