Return *this converted to a const 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*> const&() const noexcept;
Description
DEPRECATED: Use bsl::function instead of bdef_Function.
Created with MrDocs