Searched refs:IsRealType (Results 1 – 1 of 1) sorted by relevance
96 inline bool IsRealType(reflection::BaseType inType) in IsRealType() function103 return IsIntegerType(inType) || IsRealType(inType); in IsScalarType()