BloombergLP::bdlf::Overloaded_ConstNoexceptMemberFunctionPointer::operator()

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 noexcept;