utx::nn_class is a class type used to encode and store N bytes of numeric integral
numbers. utx::nn_class has some level of compression of data.
-
constructors
-
.operator=
-
.decode
-
.encode
-
.value
-
.size
-
.ptr
-
.front_position
-
.back_position
-
.is_overflow
-
.fill
-
.fill_overflow
-
.operator[]
-
.operator++
-
.cmp
-
.operator==
-
.operator!=
-
.operator<
-
.operator<=
-
.operator>
-
.operator>=
-
.operator<<
-
.operator>>
-
.operator+