remove_all_extents

template <class Ty>
    struct remove_all_extents;

An instance of the type modifier holds a modified-type that is the element type of the array type Ty with all array dimensions removed, or Ty if Ty is not an array type.