MCPcopy Create free account
hub / github.com/catboost/catboost / TestSignedIntegralLimits

Function TestSignedIntegralLimits

util/generic/ylimits_ut.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56template <class T>
57static inline bool TestSignedIntegralLimits(const T& val) {
58 return TestIntegralLimits(val, false, true);
59}
60
61template <class T>
62static inline bool TestUnsignedIntegralLimits(const T& val) {

Callers 1

TestLimitsMethod · 0.85

Calls 1

TestIntegralLimitsFunction · 0.85

Tested by

no test coverage detected