Create a unary_compose object from the specified x and y functors.
Declared in <bslstp_exfunctional.h>
unary_compose(
OPERATION1 const& x,
OPERATION2 const& y);
| Name | Description |
|---|---|
| x | outer unary functor f in f(g(x)) |
| y | inner unary functor g in f(g(x)) |