Home
last modified time | relevance | path

Searched refs:has_trivial_default_constructor (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dtype_traits.h81 typedef __false_type has_trivial_default_constructor; typedef
97 typedef __true_type has_trivial_default_constructor;
107 typedef __true_type has_trivial_default_constructor;
115 typedef __true_type has_trivial_default_constructor;
123 typedef __true_type has_trivial_default_constructor;
133 typedef __true_type has_trivial_default_constructor;
143 typedef __true_type has_trivial_default_constructor;
151 typedef __true_type has_trivial_default_constructor;
159 typedef __true_type has_trivial_default_constructor;
167 typedef __true_type has_trivial_default_constructor;
[all …]
H A Dstl_tempbuf.h112 typedef typename __type_traits<_Tp>::has_trivial_default_constructor in _Temporary_buffer()