Synopsis

Declared in <absl/functional/function_ref.h>

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

Created with MrDocs