Searched defs:remove_all_extents (Results 1 – 1 of 1) sorted by relevance
4688 struct remove_all_extents struct4689 { typedef _Tp type; };4692 struct remove_all_extents<_Tp[_Size]> struct4693 { typedef typename remove_all_extents<_Tp>::type type; };4696 struct remove_all_extents<_Tp[]> struct4697 { typedef typename remove_all_extents<_Tp>::type type; };