[#absl-FunctionRef-07ee] = xref:absl.adoc[absl]::xref:absl/FunctionRef-0e3.adoc[FunctionRef<R(Args...)>] :relfileprefix: ../ :mrdocs: Deduces a `FunctionRef` wrapping a compile‐time known free function bound to an object argument. == Synopsis Declared in `<absl/functional/function_ref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class R, class T, class... Args, R(* Func)(T, Args...), class U> xref:absl/FunctionRef-0e3.adoc[FunctionRef<R(Args...)>]( xref:absl/nontype_t.adoc[nontype_t<Func>], U&&) -> xref:absl/FunctionRef-0e3.adoc[FunctionRef<R(Args...)>]; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#