MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / max

Function max

tests/TemplateHandlerTest.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10template<typename T>
11static T max(const T& a, const T& b)
12{
13 return (a > b) ? a : b;
14}
15
16
17template<typename T>

Callers 2

fFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected