Function call operators
Synopses
Declared in <bslstp_exfunctional.h>
Same as the preceding overload.
result_type
operator()(argument_type& x) const;
Invoke d_fn1(d_fn2(x)) and return the result.
result_type
operator()(argument_type const& x) const;
Created with MrDocs