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

Function bitwiseAnd

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

Source from the content-addressed store, hash-verified

23
24template<typename... Args>
25constexpr auto bitwiseAnd(Args... args) { return (... & args); }
26
27template<typename... Args>
28constexpr auto bitwiseOr(Args... args) { return (... | args); }

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected