MCPcopy 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
33template<typename... Args>
34constexpr auto lt(Args... args) { return (... < args); }
35
36template<typename... Args>
37constexpr auto gt(Args... args) { return (... > args); }

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected