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 f in f(g(x))

y

inner unary functor g in f(g(x))

Created with MrDocs