Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexInLog/ReactivePlusPlus
/ operator()
Method
operator()
src/rpp/rpp/utils/functors.hpp:83–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
struct pack_to_tuple
82
{
83
auto operator()(auto&&... vals) const { return std::make_tuple(std::forward<decltype(vals)>(vals)...); }
84
};
85
} // namespace rpp::utils
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected