PrevUpHomeNext

esv::gnrk_static_convertible


Protect wild animals, starting from me.

esv::gnrk_static_convertible Concept

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

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

See Also

esv::gnrk_static_cast


PrevUpHomeNext

esv::print