PrevUpHomeNext

esv::ux64


Mind is powerful, keep it alive.

esv::ux64 - esv::u64

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

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

c++ example

#include <esvcpp/core.hpp>

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

See Also

esv::ux8

esv::ux16

esv::ux32

esv::uxmax


PrevUpHomeNext

esv::print