Construct from F

Synopsis

Declared in <absl/functional/function_ref.h>

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

Parameters

Name

Description

f

The object to copy construct from

Created with MrDocs