MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / IsOutRange

Function IsOutRange

native/thirdpart/flatbuffers/flatbuffers.h:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53// comparison is always true due to limited range of data type.
54template<typename T>
55inline bool IsOutRange(const T &v, const T &low, const T &high) {
56 return (v < low) || (high < v);
57}
58
59// Check 'v' is in closed range [low; high].
60template<typename T>

Callers 3

EnumNameBaseTypeFunction · 0.85
EnumNameAdvancedFeaturesFunction · 0.85
IsInRangeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected