Determine if datatype is primitive

_saf_is_primitive_type is a function defined in utils.c.

Synopsis:

hbool_t _saf_is_primitive_type(hid_t type)

Description: A “primitive” datatype is anything that’s an integer or floating point type.

Return Value: Returns true if type is primitive; false otherwise.

Parallel Notes: Independent

See Also: