\brief Returns the type's fixed bit width, if any. Returns -1 for non-fixed-width types, and should only be used for subclasses of FixedWidthType
| 195 | /// for non-fixed-width types, and should only be used for |
| 196 | /// subclasses of FixedWidthType |
| 197 | virtual int bit_width() const { return -1; } |
| 198 | |
| 199 | // \brief EXPERIMENTAL: Enable retrieving shared_ptr<DataType> from a const |
| 200 | // context. |
no outgoing calls