Home
last modified time | relevance | path

Searched refs:__type_traits (Results 1 – 5 of 5) sorted by relevance

/haiku/headers/cpp/
H A Dtype_traits.h62 struct __type_traits { struct
96 __STL_TEMPLATE_NULL struct __type_traits<bool> { argument
106 __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 …]
H A Dstl_uninitialized.h70 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()
H A Dstl_construct.h71 typedef typename __type_traits<_Tp>::has_trivial_destructor in __destroy()
H A Dstl_tempbuf.h112 typedef typename __type_traits<_Tp>::has_trivial_default_constructor in _Temporary_buffer()
H A Dstl_algobase.h185 typedef typename __type_traits<_Tp>::has_trivial_assignment_operator
287 typedef typename __type_traits<typename iterator_traits<_BI2>::value_type>