Function call operators

Synopses

Declared in <bslstp_exfunctional.h>

Same as the preceding overload.

Invoke d_fn1(d_fn2(x)) and return the result.

Return Value

result of d_fn1(d_fn2(x))

Parameters

Name

Description

x

argument passed to the inner functor

Created with MrDocs