PrevUpHomeNext

esv::meric_static_cast


The first step is the key.

esv::meric_static_cast

esv::meric_static_cast is used to convert values between different integral, floating point, or character types. esv::meric_static_cast is the static_cast for esv::real_meric types.

esv::meric_static_cast:

template <esv::real_meric target_type>
constexpr inline auto meric_static_cast = esv::meric_static_cast_class<target_type>{};

Calling Sig:

#include <esvcpp/types.hpp>

constexpr auto value2 = esv::meric_static_cast<target_type>(value__);

Requirements

The following types are valid source and target types:

esv::meric_static_cast can be used to convert:

See Also

esv::gnrk_static_cast

esv::meric_static_convertible

esv::real_meric

esv::ix32

esv::ux32

esv::fx32

esv::fx64


PrevUpHomeNext

E