Searched refs:_Tp1 (Results 1 – 5 of 5) sorted by relevance
/haiku/headers/cpp/ |
H A D | memory | 38 template <class _Tp1> auto_ptr(auto_ptr<_Tp1>& __a) __STL_NOTHROW 47 template <class _Tp1> 48 auto_ptr& operator=(auto_ptr<_Tp1>& __a) __STL_NOTHROW { 84 template<class _Tp1> struct auto_ptr_ref { 85 _Tp1* _M_ptr; 86 auto_ptr_ref(_Tp1* __p) : _M_ptr(__p) {} 92 template <class _Tp1> operator auto_ptr_ref<_Tp1>() __STL_NOTHROW 94 template <class _Tp1> operator auto_ptr<_Tp1>() __STL_NOTHROW 95 { return auto_ptr<_Tp1>(this->release()); }
|
H A D | stl_alloc.h | 744 template <class _Tp1> struct rebind { 745 typedef allocator<_Tp1> other; 750 template <class _Tp1> allocator(const allocator<_Tp1>&) __STL_NOTHROW {} in allocator() argument 782 template <class _Tp1> struct rebind { 783 typedef allocator<_Tp1> other; 819 template <class _Tp1> struct rebind { 820 typedef __allocator<_Tp1, _Alloc> other; 826 template <class _Tp1> 827 __allocator(const __allocator<_Tp1, _Alloc>& __a) __STL_NOTHROW in __allocator() 860 template <class _Tp1> struct rebind { [all …]
|
H A D | stl_uninitialized.h | 164 template <class _ForwardIter, class _Tp, class _Tp1> 166 _ForwardIter __last, const _Tp& __x, _Tp1*) in __uninitialized_fill() argument 168 typedef typename __type_traits<_Tp1>::is_POD_type _Is_POD; in __uninitialized_fill() 205 template <class _ForwardIter, class _Size, class _Tp, class _Tp1> 207 __uninitialized_fill_n(_ForwardIter __first, _Size __n, const _Tp& __x, _Tp1*) in __uninitialized_fill_n() argument 209 typedef typename __type_traits<_Tp1>::is_POD_type _Is_POD; in __uninitialized_fill_n()
|
/haiku/headers/cpp/std/ |
H A D | std_valarray.h | 74 template<typename _Tp1, typename _Tp2> class _ValArray;
|
H A D | valarray_meta.h | 46 template<typename _Tp1, typename _Tp2> class _Constant;
|