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