PrevUpHomeNext

utx::ixlast


utx::ixlast - utx::ilast

utx::ixlast is the last signed integral type of class type, utx::ilast is long long int, utx::ixlast is utx::class_type<utx::ilast> .

utx::ixlast - utx::ilast, the class type of utx::ilast .

c++ example

#include <utxcpp/core.hpp>

int main()
{
	constexpr utx::ixlast x = 87;
	utx::print(x);
}

See Also

utx::ix8

utx::ix16

utx::ix32

utx::ix64


PrevUpHomeNext

utx::print

esv::print