PrevUpHomeNext

utx::gnrk_static_convertible


utx::gnrk_static_convertible Concept

Concept utx::gnrk_static_convertible is used to require a value of a type source_type can be convertible to another type target_type with utx::gnrk_static_cast .

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

See Also

utx::gnrk_static_cast


PrevUpHomeNext

utx::print

esv::print