PrevUpHomeNext

utx::ux64


utx::ux64 - utx::u64

utx::ux64 is the 64 bit unsigned integral class type, it supports all object-oriented class features, and all basic unsigned integral operators and bitwise operators are also supported.

utx::ux64 - utx::u64, the class type of utx::u64.

c++ example

#include <utxcpp/core.hpp>

int main()
{
	constexpr utx::ux64 x = 99;
	utx::print(x);
}

See Also

utx::ux8

utx::ux16

utx::ux32

utx::uxmax


PrevUpHomeNext

utx::print

esv::print