BloombergLP::bdlf::MemFnInstance::operator()

Invoke the member function pointer held by this wrapper on the provided object with the specified arg1 up to argN as arguments, with N being the number of arguments of the member function, and return the result of this invocation, or void if this member function pointer does not return a result.

Synopsis

Declared in <bdlf_memfn.h>

MemFnInstance<PROTOTYPE, INSTANCE>::ResultType
operator()() const;