PrevUpHomeNext

utx::mbx


utx::mbx - utx::mb

utx::mbx is utxcpp meta boolean class type.

utx::mbx - utx::mb, the class type of utx::mb.

c++ example

#include <utxcpp/core.hpp>

int main()
{
	constexpr utx::mbx x = true;
	constexpr utx::mbx y = false;
	utx::print(x, x.value(), y, y.value_ref());	// true true false false
}

See Also

utx::ix32

utx::ux32

utx::fx32


PrevUpHomeNext

utx::print

esv::print