Searched refs:__type_traits (Results 1 – 5 of 5) sorted by relevance
62 struct __type_traits { struct96 __STL_TEMPLATE_NULL struct __type_traits<bool> { argument106 __STL_TEMPLATE_NULL struct __type_traits<char> {114 __STL_TEMPLATE_NULL struct __type_traits<signed char> {122 __STL_TEMPLATE_NULL struct __type_traits<unsigned char> {132 __STL_TEMPLATE_NULL struct __type_traits<wchar_t> {142 __STL_TEMPLATE_NULL struct __type_traits<short> {150 __STL_TEMPLATE_NULL struct __type_traits<unsigned short> {158 __STL_TEMPLATE_NULL struct __type_traits<int> {166 __STL_TEMPLATE_NULL struct __type_traits<unsigned int> {[all …]
70 typedef typename __type_traits<_Tp>::is_POD_type _Is_POD; in __uninitialized_copy()168 typedef typename __type_traits<_Tp1>::is_POD_type _Is_POD; in __uninitialized_fill()209 typedef typename __type_traits<_Tp1>::is_POD_type _Is_POD; in __uninitialized_fill_n()
71 typedef typename __type_traits<_Tp>::has_trivial_destructor in __destroy()
112 typedef typename __type_traits<_Tp>::has_trivial_default_constructor in _Temporary_buffer()
185 typedef typename __type_traits<_Tp>::has_trivial_assignment_operator287 typedef typename __type_traits<typename iterator_traits<_BI2>::value_type>