Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ div
Function
div
tests/FoldExpressionTest.cpp:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
template<typename... Args>
16
constexpr auto div(Args... args) { return (... / args); }
17
18
template<typename... Args>
19
constexpr auto mod(Args... args) { return (... % args); }
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected