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

Function IsInRange

native/thirdpart/flatbuffers/flatbuffers.h:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59// Check 'v' is in closed range [low; high].
60template<typename T>
61inline bool IsInRange(const T &v, const T &low, const T &high) {
62 return !IsOutRange(v, low, high);
63}
64
65// Wrapper for uoffset_t to allow safe template specialization.
66// Value is allowed to be 0 to indicate a null object (see e.g. AddOffset).

Callers

nothing calls this directly

Calls 1

IsOutRangeFunction · 0.85

Tested by

no test coverage detected