MCPcopy Create free account
hub / github.com/BirolLab/abyss / compose2

Function compose2

Common/Functional.h:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80/** Return a functor, f(g1(x), g2(x)). */
81template <typename F, typename G1, typename G2>
82binary_compose<F, G1, G2> compose2(
83 const F& f, const G1& g1, const G2& g2)
84{
85 return binary_compose<F, G1, G2>(f, g1, g2);
86}
87
88#endif

Callers 1

assemble_ifFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected