bsl::function::operator BloombergLP::bdef_Function<PROTOTYPE*>&

Return *this, converted to a mutable bdef_Function reference by downcasting. The behavior is undefined unless bdef_Function<F*> is derived from bsl::function<F> and adds no new data members.

Synopsis

Declared in <bslstl_function.h>

operator BloombergLP::bdef_Function<PROTOTYPE*>&() noexcept;

Description

DEPRECATED: Use bsl::function instead of bdef_Function.