BloombergLP::bdlf::BindWrapper::operator()

Invoke the shared binder with 1 argument.

Synopsis

Declared in <bdlf_bind.h>

template<class P1>
ResultType
operator()(P1& p1) const;

Description

Invoke the bound object using the invocation template provided at construction of this bdlf::Bind object, substituting place-holders for argument 1 with the value of the specified argument p1. Return the result.

Return Value

result of invoking the bound object

Parameters

NameDescription
p1invocation argument 1