ClikaRT::dtype::IntInfo
struct
Header: ClikaRT/compute/finfo.h
Numeric properties of an integer DataType. bits counts VALUE bits, so a sub-byte type reports its packed width (Int4 -> 4).
Data members
bits
int bits
stored width, bits
Declared in ClikaRT/compute/finfo.h, line 40
is_signed
bool is_signed
has a sign bit
Declared in ClikaRT/compute/finfo.h, line 41
min_value
std::int64_t min_value
most-negative representable value
Declared in ClikaRT/compute/finfo.h, line 42
max_value
std::int64_t max_value
most-positive representable value
Declared in ClikaRT/compute/finfo.h, line 43
dtype
DataType dtype
the dtype these facts describe
Declared in ClikaRT/compute/finfo.h, line 44