MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / isDimOfSimpleType

Function isDimOfSimpleType

include/daScript/simulate/debug_info.h:398–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396 return dimSize == 0 && isSimpleBaseType(type);
397 }
398 __forceinline bool isDimOfSimpleType() const {
399 return dimSize == 1 && isSimpleBaseType(type);
400 }
401 __forceinline bool isArrayOfSimpleType() const {
402 return firstType && firstType->isSimpleType();
403 }

Callers

nothing calls this directly

Calls 1

isSimpleBaseTypeFunction · 0.85

Tested by

no test coverage detected