Inferno
0.2
|
Type represents an integral (singed or unsigned) type. More...
#include <cpptree.hpp>
Public Attributes | |
NODE_FUNCTIONS TreePtr< Integer > | width |
Number of bits, not bytes. |
Type represents an integral (singed or unsigned) type.
The total number of bits (including sign when signed, and fractional if fixed-point) is given
Definition at line 520 of file cpptree.hpp.
Number of bits, not bytes.
Definition at line 523 of file cpptree.hpp.