Protect wild animals, starting from me.
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 = ???;