MCPcopy 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
36template<typename... Args>
37constexpr auto gt(Args... args) { return (... > args); }
38
39
40template<typename... Args>

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected