Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ larger
Function
larger
Examples/NoModules/Chapter 10/Ex10_03.cpp:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
// Supports implicit converion of differently-typed arguments
7
template <typename T1, typename T2>
8
auto larger(const T1& a, const T2& b)
9
{
10
return a > b ? a : b;
11
}
12
13
int main()
14
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected