Create a binary_compose object from the specified fn1, fn2, and fn3 functors.

Synopsis

Declared in <bslstp_exfunctional.h>

binary_compose(
    OPERATION1 const& fn1,
    OPERATION2 const& fn2,
    OPERATION3 const& fn3);

Created with MrDocs