Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexInLog/ReactivePlusPlus
/ tuple_leaf
Method
tuple_leaf
src/rpp/rpp/utils/tuple.hpp:25–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
{
24
public:
25
tuple_leaf() = default;
26
27
tuple_leaf(const T& value)
28
: m_value{value}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected