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