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