PrevUpHomeNext

utx::ixmax


utx::ixmax - utx::imax

utx::ixmax is the maxium signed integral class type. As utx::ixmax is equivalent to utx::ix64 in most cases, utx::ixmax is thought of 64 bit, however utx::ixmax and utx::ix64 are two different types. utx::ixmax supports all basic signed integral operators, bitwise operators, and object-oriented features.

utx::ixmax - utx::imax, the class type of utx::imax.

c++ example

#include <utxcpp/core.hpp>

int main()
{
	constexpr utx::ixmax x = 987;
	utx::print(x);
}

See Also

utx::ix8

utx::ix16

utx::ix32

utx::ix64

utx::print


PrevUpHomeNext

utx::print

esv::print