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

References

usr/include/c++/7.4.0/bits/shared_ptr_base.h
  999       using element_type = typename remove_extent<_Tp>::type;
 1038       using element_type = typename remove_extent<_Tp>::type;
 1601       using element_type = typename remove_extent<_Tp>::type;
usr/include/c++/7.4.0/type_traits
 1968     using remove_extent_t = typename remove_extent<_Tp>::type;
 2108     { typedef typename remove_extent<_Up>::type* __type; };