reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

usr/include/c++/7.4.0/type_traits
  768     struct remove_all_extents;

References

usr/include/c++/7.4.0/type_traits
  811                remove_all_extents<_Tp>::type>::type
  859                remove_all_extents<_Tp>::type>::type
  910                       remove_all_extents<_Tp>::type>>
 1181                       remove_all_extents<_Tp>::type>>
 1959     { typedef typename remove_all_extents<_Tp>::type     type; };
 1963     { typedef typename remove_all_extents<_Tp>::type     type; };
 1972     using remove_all_extents_t = typename remove_all_extents<_Tp>::type;