Call the member function passed to the constructor using the specified obj with the specified args, and return the result of the call.
Declared in <bdlf_overloaded.h>
RET
operator()(
OBJ* obj,
ARGS&&... args) const;
result of the member-function invocation
| Name | Description |
|---|---|
| obj | object on which to invoke the member function |
| args | arguments forwarded to the underlying member function |