Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
template<typename T>
11
static T max(const T& a, const T& b)
12
{
13
return (a > b) ? a : b;
14
}
15
16
17
template<typename T>
Callers
2
f
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected