std::remove_all_extents (3) Linux Manual Page
std::remove_all_extents – std::remove_all_extents Synopsis Defined in header<type_traits> template <class T> (since C++ 11) struct remove_all_extents; If T is a multidimensional array of some type X, provides the member typedef type equal to X, otherwise type is T. Member types Name Definition type the type of the element of T Helper types template< class T >…
