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

Method BinaryLeftFold

tests/CXXFoldExprTest.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20 template<typename... Ts>
21 auto BinaryLeftFold(const Ts&... ts) {
22 return (2 / ... /ts);
23 }
24};
25
26int main()

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected