MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / comma

Function comma

tests/FoldExpressionTest.cpp:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46template<typename... Args>
47constexpr auto comma(Args... args) { return (... , args); }
48
49int main()
50{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected