[#absl-FunctionRef-087] = xref:absl.adoc[absl]::xref:absl/FunctionRef-0e3.adoc[FunctionRef<M>] :relfileprefix: ../ :mrdocs: Deduces a `FunctionRef` wrapping a compile‐time known member pointer. == Synopsis Declared in `<absl/functional/function_ref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class M, class T, MT::* Func, class U> xref:absl/FunctionRef-0e3.adoc[FunctionRef<M>]( xref:absl/nontype_t.adoc[nontype_t<Func>], U&&) -> xref:absl/FunctionRef-0e3.adoc[FunctionRef<M>]; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#