std::remove_reference (3) Linux Manual Page
std::remove_reference – std::remove_reference Synopsis Defined in header<type_traits> template <class T> (since C++ 11) struct remove_reference; If the type T is a reference type, provides the member typedef type which is the type referred to by T. Otherwise type is T. Member types Name Definition type the type referred by T or T if it is…
