PrevUpHomeNext

esv::ixlost


I cannot choose the best, the best chooses me.

esv::ixlost - esv::ilost

esv::ixlost is the class type of esv::ilost, which is not one of esv::ix8, esv::ix16, esv::ix32, esv::ix64, esv::ixmax .

esv::ixlost - esv::ilost, the class type of esv::ilost .

c++ example

#include <esvcpp/core.hpp>

int main()
{
	constexpr esv::ixlost x = 987;
	esv::print(x);
}

See Also

esv::ix8

esv::ix16

esv::ix32

esv::ix64


PrevUpHomeNext

esv::print