MCPcopy 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
61template <class T>
62static inline bool TestUnsignedIntegralLimits(const T& val) {
63 return TestIntegralLimits(val, false, false);
64}
65
66template <class T>
67static inline bool TestFloatLimits(const T&) {

Callers 1

TestLimitsMethod · 0.85

Calls 1

TestIntegralLimitsFunction · 0.85

Tested by

no test coverage detected