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