bsl::unary_compose::operator()

Same as the preceding overload.

Synopsis

Declared in <bslstp_exfunctional.h>

result_type
operator()(argument_type& x) const;

Return Value

result of d_fn1(d_fn2(x))

Parameters

NameDescription
xargument passed to the inner functor