In this link, https://en.cppreference.com/w/cpp/types/remove_cvref, it states
template< class T > struct remove_cvref;
If the type T is a reference type, pro