MCPcopy 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
4template<class T, class Case, class ...Cases>
5decltype(auto) match(T&& value, const Case& _case, const Cases&... cases) {
6 return 1;
7}
8
9
10template<class T>

Callers 1

testFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected