Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
template<class T>
40
static
41
T min_of()
42
{
43
return (std::numeric_limits<T>::min)();
44
}
45
46
class throwing_buffer
47
: public std::streambuf
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected