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

Function logicalOr

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

Source from the content-addressed store, hash-verified

42
43template<typename... Args>
44constexpr auto logicalOr(Args... args) { return (... ||args); }
45
46template<typename... Args>
47constexpr auto comma(Args... args) { return (... , args); }

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected