Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ max_of
Function
max_of
test/value.cpp:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
32
template<class T>
33
static
34
T max_of()
35
{
36
return (std::numeric_limits<T>::max)();
37
}
38
39
template<class T>
40
static
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected