[#bsl-binary_compose-2constructor] = xref:bsl.adoc[bsl]::xref:bsl/binary_compose.adoc[binary_compose]::binary_compose :relfileprefix: ../../ :mrdocs: Create a `binary_compose` object from the specified `fn1`, `fn2`, and `fn3` functors. == Synopsis Declared in `<bslstp_exfunctional.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- binary_compose( OPERATION1 const& fn1, OPERATION2 const& fn2, OPERATION3 const& fn3); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#