PrevUpHomeNext

esv::ix16


Involve me and I learn.

esv::ix16 - esv::i16

esv::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.

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

c++ example

#include <esvcpp/core.hpp>

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

See Also

esv::ix8

esv::ix32

esv::ix64

esv::ixmax


PrevUpHomeNext

esv::print