PrevUpHomeNext

utx::ix64


utx::ix64 - utx::i64

utx::ix64 is 64-bit integral class type, utx::class_type, it is signed integral, which can be used as basic 64-bit integral type, and it has object-oriented features. All operators and bitwise operators of the basic integral are available for utx::ix64.

utx::ix64 - utx::i64, the class type of utx::i64.

c++ example

#include <utxcpp/core.hpp>

int main()
{
	utx::ix64 x = 25345;
	utx::print(x, x(), x.value()); // 25345 25345 25345
}

See Also

utx::print


PrevUpHomeNext

E

U