PrevUpHomeNext

utx::ix16


utx::ix16 - utx::i16

utx::ix16 is the 16 bit signed integral class type, considered as double bytes signed integral of class type. All basic signed integral operators, bitwise operators, and class features are supported.

utx::ix16 - utx::i16, the class type of utx::i16.

c++ example

#include <utxcpp/core.hpp>

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

See Also

utx::ix8

utx::ix32

utx::ix64

utx::ixmax


PrevUpHomeNext

utx::print

esv::print