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

Construct from nontype_t

Synopsis

Declared in <absl/functional/function_ref.h>

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

Parameters

NameDescription
argThe object to construct from