PrevUpHomeNext

utx::static_convertible


utx::static_convertible

Concept utx::static_convertible is used to require a value of a type source_type can be converted to another type target_type with static_cast .

template <typename source_type, typename target_type>
concept static_convertible = ???;

See Also

utx::gnrk_static_cast

utx::meric_static_cast


PrevUpHomeNext

utx::print

esv::print