Call the member function passed to the constructor using the specified obj with the specified args, and return the result of the call.

Synopsis

Declared in <bdlf_overloaded.h>

RET
operator()(
    OBJ const* obj,
    ARGS&&... args) const;

Return Value

result of the member‐function invocation

Parameters

Name

Description

obj

object on which to invoke the member function

args

arguments forwarded to the underlying member function

Created with MrDocs