[#absl-FunctionRef-081-2constructor-0d] = xref:absl.adoc[absl]::xref:absl/FunctionRef-081.adoc[FunctionRef<R const(Args...)>]::FunctionRef :relfileprefix: ../../ :mrdocs: == Synopsis Declared in `<absl/functional/function_ref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< auto F, typename Obj, typename = xref:absl/FunctionRef-081/EnableIfCompatible.adoc[EnableIfCompatible<decltype(F), Obj const*>]> FunctionRef( xref:absl/nontype_t.adoc[nontype_t<F>] arg, Obj const* obj) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#