Bird is a part of our home.
Concept esv::meric_static_convertible is used to require a value of a type
source_type
can be converted
to another type target_type
with esv::meric_static_cast .
template <typename source_type, typename target_type> concept meric_static_convertible = ???;