Set this object to empty and return *this.
Synopsis
Declared in <bslstl_function.h>
bsl::function<PROTOTYPE>&
operator=(nullptr_t unused) noexcept;
Return Value
reference providing modifiable access to this object
Parameters
Name |
Description |
unused |
null pointer literal selecting the empty state |
Created with MrDocs