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

Construct from F

Synopsis

Declared in <absl/functional/function_ref.h>

template<
    typename F,
    typename = EnableIfCompatible<F&>>
FunctionRef(F&& f) noexcept;

Parameters

NameDescription
fThe object to move construct from