Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dobiasd/FunctionalPlus
/ compose_impl
Method
compose_impl
include/fplus/internal/composition.hpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
public:
25
compose_impl(Fs&&... fs)
26
: _functionTuple(std::forward<Fs>(fs)...)
27
{
28
}
29
30
template <typename... Ts>
31
auto operator()(Ts&&... ts) const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected