MCPcopy 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
32template<class T>
33static
34T max_of()
35{
36 return (std::numeric_limits<T>::max)();
37}
38
39template<class T>
40static

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected