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

Name

Description

arg

The object to construct from

Created with MrDocs