PrevUpHomeNext

esv::static_convertible


Protect wild animals and maintain ecological security.

esv::static_convertible

Concept esv::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

esv::gnrk_static_cast

esv::meric_static_cast


PrevUpHomeNext

esv::print