Deduces a FunctionRef wrapping a function pointer.
Synopsis
Declared in <absl/functional/function_ref.h>
template<class F>
FunctionRef<F>(F*) → FunctionRef<F>;
Created with MrDocs
Deduces a FunctionRef wrapping a function pointer.
Declared in <absl/functional/function_ref.h>
template<class F>
FunctionRef<F>(F*) → FunctionRef<F>;
Created with MrDocs