PrevUpHomeNext

utx::ux8


utx::ux8 - utx::u8

utx::ux8 is the 8 bit unsigned integral class type, it is "unsigned char" class type. utx::ux8 supports all basic unsigned integral operators and bitwise operators, and it supports object-oriented class features.

utx::ux8 - utx::u8, the class type of utx::u8.

c++ example

#include <utxcpp/core.hpp>

int main()
{
	constexpr utx::ux8 x = 123;
	utx::print(utx::ux16{x});
}

See Also

utx::ux16

utx::ux32

utx::ux64

utx::uxmax


PrevUpHomeNext

utx::print

esv::print