Alignment of the data type
| 620 | |
| 621 | /// Alignment of the data type |
| 622 | int alignment() const { return detail::array_descriptor_proxy(m_ptr)->alignment; } |
| 623 | |
| 624 | /// Flags for the array descriptor |
| 625 | char flags() const { return detail::array_descriptor_proxy(m_ptr)->flags; } |
nothing calls this directly
no test coverage detected