Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/matchit.cpp
/ nullary
Function
nullary
include/matchit.h:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
92
template <typename T>
93
constexpr auto nullary(T const &t)
94
{
95
return Nullary<T>{t};
96
}
97
98
template <typename T>
99
class Id;
Callers
1
expr
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected