Call the function passed to the constructor with the specified args.
Declared in <bdlf_overloaded.h>
RET
operator()(ARGS&&... args) const noexcept;
result of the underlying function call
| Name | Description |
|---|---|
| args | arguments forwarded to the underlying function |