MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / IsTypedVectorElementType

Function IsTypedVectorElementType

Libs/flatbuffers/flexbuffers.h:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86inline bool IsInline(Type t) { return t <= FBT_FLOAT || t == FBT_BOOL; }
87
88inline bool IsTypedVectorElementType(Type t) {
89 return (t >= FBT_INT && t <= FBT_STRING) || t == FBT_BOOL;
90}
91
92inline bool IsTypedVector(Type t) {
93 return (t >= FBT_VECTOR_INT && t <= FBT_VECTOR_STRING_DEPRECATED) ||

Callers 2

ToTypedVectorFunction · 0.85
CreateVectorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected