Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ match
Function
match
tests/LambdaInVariadicTemplateTest.cpp:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
4
template<class T, class Case, class ...Cases>
5
decltype(auto) match(T&& value, const Case& _case, const Cases&... cases) {
6
return 1;
7
}
8
9
10
template<class T>
Callers
1
test
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected