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