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

Function bitwiseXOr

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

Source from the content-addressed store, hash-verified

20
21template<typename... Args>
22constexpr auto bitwiseXOr(Args... args) { return (... ^ args); }
23
24template<typename... Args>
25constexpr auto bitwiseAnd(Args... args) { return (... & args); }

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected