absl::FunctionRef<R const(Args...)>::FunctionRef

Synopsis

Declared in <absl/functional/function_ref.h>

template<
    auto F,
    typename Obj,
    typename = EnableIfCompatible<decltype(F), Obj*>>
FunctionRef(
    nontype_t<F>,
    Obj* obj) noexcept;