Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ bitwiseOr
Function
bitwiseOr
tests/FoldExpressionTest.cpp:28–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
27
template<typename... Args>
28
constexpr auto bitwiseOr(Args... args) { return (... | args); }
29
30
31
// =
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected