PrevUpHomeNext

utx::ix8


utx::ix8 - utx::i8

utx::ix8 is the 8 bit signed integral class type, it is "signed char" class type. All basic signed integral operators and bitwise operators are supported, and object-oriented class features are supported too.

utx::ix8 - utx::i8, the class type of utx::i8.

c++ example

#include <utxcpp/core.hpp>

int main()
{
	constexpr utx::ix8 x = 25;
	utx::print(utx::ix16{x});
}

See Also

utx::ix16

utx::ix32

utx::ix64

utx::ixmax


PrevUpHomeNext

utx::print

esv::print