get corresponding enum value for this dtype
| 520 | |
| 521 | //! get corresponding enum value for this dtype |
| 522 | DTypeEnum enumv() const { return m_trait->enumv; } |
| 523 | |
| 524 | //! get category of this data type |
| 525 | DTypeCategory category() const { return m_trait->category; } |
no outgoing calls