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

Function IsFixedTypedVector

Libs/flatbuffers/flexbuffers.h:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97inline bool IsFixedTypedVector(Type t) {
98 return t >= FBT_VECTOR_INT2 && t <= FBT_VECTOR_FLOAT4;
99}
100
101inline Type ToTypedVector(Type t, size_t fixed_len = 0) {
102 FLATBUFFERS_ASSERT(IsTypedVectorElementType(t));

Callers 5

IsFixedTypedVectorMethod · 0.85
IsAnyVectorMethod · 0.85
ToStringMethod · 0.85
AsFixedTypedVectorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected