Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TestUnsignedIntegralLimits
Function
TestUnsignedIntegralLimits
util/generic/ylimits_ut.cpp:62–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
61
template <class T>
62
static inline bool TestUnsignedIntegralLimits(const T& val) {
63
return TestIntegralLimits(val, false, false);
64
}
65
66
template <class T>
67
static inline bool TestFloatLimits(const T&) {
Callers
1
TestLimits
Method · 0.85
Calls
1
TestIntegralLimits
Function · 0.85
Tested by
no test coverage detected