MCPcopy Create free account
hub / github.com/boostorg/json / min_of

Function min_of

test/value.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39template<class T>
40static
41T min_of()
42{
43 return (std::numeric_limits<T>::min)();
44}
45
46class throwing_buffer
47 : public std::streambuf

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected