31 #ifndef COMMON_STD_TYPE_TRAITS_H 32 #define COMMON_STD_TYPE_TRAITS_H 34 #include "common/scummsys.h" 44 template <
class _Ty,
size_t _Ix>
55 using remove_extent_t =
typename remove_extent<_Ty>::type;
Definition: type_traits.h:40
Definition: algorithm.h:37