! * \brief name of this data type */
| 446 | * \brief name of this data type |
| 447 | */ |
| 448 | const char* name() const { return m_trait ? m_trait->name : "invalid"; } |
| 449 | |
| 450 | /*! |
| 451 | * \brief size of elem_num this data type, if fraction form return ceil |
no outgoing calls