[#absl-FunctionRef-0c] = xref:absl.adoc[absl]::xref:absl/FunctionRef-0e3.adoc[FunctionRef<F>] :relfileprefix: ../ :mrdocs: Deduces a `FunctionRef` wrapping a function pointer. == Synopsis Declared in `<absl/functional/function_ref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class F> xref:absl/FunctionRef-0e3.adoc[FunctionRef<F>](F*) -> xref:absl/FunctionRef-0e3.adoc[FunctionRef<F>]; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#