Home
last modified time | relevance | path

Searched refs:_Ptr (Results 1 – 25 of 778) sorted by relevance

12345678910>>...32

/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/bits/
H A Dptr_traits.h74 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
83 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
84 struct __ptr_traits_elem<_Ptr, __void_t<typename _Ptr::element_type>> in _GLIBCXX_VISIBILITY()
87 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
181 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
190 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
191 struct pointer_traits : __ptr_traits_impl<_Ptr, __ptr_traits_elem_t<_Ptr>> in _GLIBCXX_VISIBILITY()
195 template<typename _Ptr> requires requires { typename _Ptr::element_type; } in _GLIBCXX_VISIBILITY()
197 : __ptr_traits_impl<_Ptr, typename _Ptr::element_type> in _GLIBCXX_VISIBILITY()
232 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
[all …]
/dports/math/yacas/yacas-1.9.1/cyacas/libyacas/include/yacas/
H A Dlispobject.h103 LispIterator() : _Ptr(0) {} // construct with null node pointer in LispIterator()
111 assert(_Ptr != nullptr);
113 LispObject * pObj = _Ptr->operator->();
114 _Ptr = pObj ? &(pObj->Nixed()) : nullptr;
118 …bool operator==(const LispIterator& other) const { return (_Ptr == other._Ptr); } // test for ite…
124 pointer _Ptr; // pointer to node
146 assert(_Ptr != nullptr);
148 LispObject * pObj = _Ptr->operator->();
149 _Ptr = pObj ? &(pObj->Nixed()) : nullptr;
153 …bool operator==(const LispConstIterator& other) const { return (_Ptr == other._Ptr); } // test fo…
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/include/bits/
H A Dptr_traits.h81 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
100 using pointer = _Ptr; in _GLIBCXX_VISIBILITY()
104 = __detected_or_t<__get_first_arg_t<_Ptr>, __element_type, _Ptr>; in _GLIBCXX_VISIBILITY()
114 static _Ptr in _GLIBCXX_VISIBILITY()
116 { return _Ptr::pointer_to(__e); } in _GLIBCXX_VISIBILITY()
150 template<typename _Ptr, typename _Tp> in _GLIBCXX_VISIBILITY()
162 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
164 __to_address(const _Ptr& __ptr) in _GLIBCXX_VISIBILITY()
167 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
201 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/bits/
H A Dptr_traits.h82 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
101 using pointer = _Ptr; in _GLIBCXX_VISIBILITY()
105 = __detected_or_t<__get_first_arg_t<_Ptr>, __element_type, _Ptr>; in _GLIBCXX_VISIBILITY()
115 static _Ptr in _GLIBCXX_VISIBILITY()
117 { return _Ptr::pointer_to(__e); } in _GLIBCXX_VISIBILITY()
151 template<typename _Ptr, typename _Tp> in _GLIBCXX_VISIBILITY()
163 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
165 __to_address(const _Ptr& __ptr) in _GLIBCXX_VISIBILITY()
168 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
204 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/bits/
H A Dptr_traits.h82 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
101 using pointer = _Ptr; in _GLIBCXX_VISIBILITY()
105 = __detected_or_t<__get_first_arg_t<_Ptr>, __element_type, _Ptr>; in _GLIBCXX_VISIBILITY()
115 static _Ptr in _GLIBCXX_VISIBILITY()
117 { return _Ptr::pointer_to(__e); } in _GLIBCXX_VISIBILITY()
151 template<typename _Ptr, typename _Tp> in _GLIBCXX_VISIBILITY()
163 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
165 __to_address(const _Ptr& __ptr) in _GLIBCXX_VISIBILITY()
168 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
204 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/bits/
H A Dptr_traits.h82 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
101 using pointer = _Ptr; in _GLIBCXX_VISIBILITY()
105 = __detected_or_t<__get_first_arg_t<_Ptr>, __element_type, _Ptr>; in _GLIBCXX_VISIBILITY()
115 static _Ptr in _GLIBCXX_VISIBILITY()
117 { return _Ptr::pointer_to(__e); } in _GLIBCXX_VISIBILITY()
151 template<typename _Ptr, typename _Tp> in _GLIBCXX_VISIBILITY()
163 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
165 __to_address(const _Ptr& __ptr) in _GLIBCXX_VISIBILITY()
168 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
204 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/include/bits/
H A Dptr_traits.h82 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
101 using pointer = _Ptr; in _GLIBCXX_VISIBILITY()
105 = __detected_or_t<__get_first_arg_t<_Ptr>, __element_type, _Ptr>; in _GLIBCXX_VISIBILITY()
115 static _Ptr in _GLIBCXX_VISIBILITY()
117 { return _Ptr::pointer_to(__e); } in _GLIBCXX_VISIBILITY()
151 template<typename _Ptr, typename _Tp> in _GLIBCXX_VISIBILITY()
163 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
165 __to_address(const _Ptr& __ptr) in _GLIBCXX_VISIBILITY()
168 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
204 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/include/bits/
H A Dptr_traits.h82 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
101 using pointer = _Ptr; in _GLIBCXX_VISIBILITY()
105 = __detected_or_t<__get_first_arg_t<_Ptr>, __element_type, _Ptr>; in _GLIBCXX_VISIBILITY()
115 static _Ptr in _GLIBCXX_VISIBILITY()
117 { return _Ptr::pointer_to(__e); } in _GLIBCXX_VISIBILITY()
151 template<typename _Ptr, typename _Tp> in _GLIBCXX_VISIBILITY()
163 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
165 __to_address(const _Ptr& __ptr) in _GLIBCXX_VISIBILITY()
168 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
204 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/include/bits/
H A Dptr_traits.h82 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
101 using pointer = _Ptr; in _GLIBCXX_VISIBILITY()
105 = __detected_or_t<__get_first_arg_t<_Ptr>, __element_type, _Ptr>; in _GLIBCXX_VISIBILITY()
115 static _Ptr in _GLIBCXX_VISIBILITY()
117 { return _Ptr::pointer_to(__e); } in _GLIBCXX_VISIBILITY()
151 template<typename _Ptr, typename _Tp> in _GLIBCXX_VISIBILITY()
163 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
165 __to_address(const _Ptr& __ptr) in _GLIBCXX_VISIBILITY()
168 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
204 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/include/bits/
H A Dptr_traits.h82 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
101 using pointer = _Ptr; in _GLIBCXX_VISIBILITY()
105 = __detected_or_t<__get_first_arg_t<_Ptr>, __element_type, _Ptr>; in _GLIBCXX_VISIBILITY()
115 static _Ptr in _GLIBCXX_VISIBILITY()
117 { return _Ptr::pointer_to(__e); } in _GLIBCXX_VISIBILITY()
151 template<typename _Ptr, typename _Tp> in _GLIBCXX_VISIBILITY()
163 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
165 __to_address(const _Ptr& __ptr) in _GLIBCXX_VISIBILITY()
168 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
204 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/include/bits/
H A Dptr_traits.h82 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
101 using pointer = _Ptr; in _GLIBCXX_VISIBILITY()
105 = __detected_or_t<__get_first_arg_t<_Ptr>, __element_type, _Ptr>; in _GLIBCXX_VISIBILITY()
115 static _Ptr in _GLIBCXX_VISIBILITY()
117 { return _Ptr::pointer_to(__e); } in _GLIBCXX_VISIBILITY()
151 template<typename _Ptr, typename _Tp> in _GLIBCXX_VISIBILITY()
163 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
165 __to_address(const _Ptr& __ptr) in _GLIBCXX_VISIBILITY()
168 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
204 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dptr_traits.h77 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
96 using pointer = _Ptr; in _GLIBCXX_VISIBILITY()
100 = __detected_or_t<__get_first_arg_t<_Ptr>, __element_type, _Ptr>; in _GLIBCXX_VISIBILITY()
110 static _Ptr in _GLIBCXX_VISIBILITY()
112 { return _Ptr::pointer_to(__e); } in _GLIBCXX_VISIBILITY()
146 template<typename _Ptr, typename _Tp> in _GLIBCXX_VISIBILITY()
158 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
160 __to_address(const _Ptr& __ptr) in _GLIBCXX_VISIBILITY()
163 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
192 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dptr_traits.h77 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
96 using pointer = _Ptr; in _GLIBCXX_VISIBILITY()
100 = __detected_or_t<__get_first_arg_t<_Ptr>, __element_type, _Ptr>; in _GLIBCXX_VISIBILITY()
110 static _Ptr in _GLIBCXX_VISIBILITY()
112 { return _Ptr::pointer_to(__e); } in _GLIBCXX_VISIBILITY()
146 template<typename _Ptr, typename _Tp> in _GLIBCXX_VISIBILITY()
158 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
160 __to_address(const _Ptr& __ptr) in _GLIBCXX_VISIBILITY()
163 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
192 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dptr_traits.h77 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
96 using pointer = _Ptr; in _GLIBCXX_VISIBILITY()
100 = __detected_or_t<__get_first_arg_t<_Ptr>, __element_type, _Ptr>; in _GLIBCXX_VISIBILITY()
110 static _Ptr in _GLIBCXX_VISIBILITY()
112 { return _Ptr::pointer_to(__e); } in _GLIBCXX_VISIBILITY()
146 template<typename _Ptr, typename _Tp> in _GLIBCXX_VISIBILITY()
158 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
160 __to_address(const _Ptr& __ptr) in _GLIBCXX_VISIBILITY()
163 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
192 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dptr_traits.h77 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
96 using pointer = _Ptr; in _GLIBCXX_VISIBILITY()
100 = __detected_or_t<__get_first_arg_t<_Ptr>, __element_type, _Ptr>; in _GLIBCXX_VISIBILITY()
110 static _Ptr in _GLIBCXX_VISIBILITY()
112 { return _Ptr::pointer_to(__e); } in _GLIBCXX_VISIBILITY()
146 template<typename _Ptr, typename _Tp> in _GLIBCXX_VISIBILITY()
158 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
160 __to_address(const _Ptr& __ptr) in _GLIBCXX_VISIBILITY()
163 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
192 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/include/bits/
H A Dptr_traits.h77 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
96 using pointer = _Ptr; in _GLIBCXX_VISIBILITY()
100 = __detected_or_t<__get_first_arg_t<_Ptr>, __element_type, _Ptr>; in _GLIBCXX_VISIBILITY()
110 static _Ptr in _GLIBCXX_VISIBILITY()
112 { return _Ptr::pointer_to(__e); } in _GLIBCXX_VISIBILITY()
146 template<typename _Ptr, typename _Tp> in _GLIBCXX_VISIBILITY()
158 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
160 __to_address(const _Ptr& __ptr) in _GLIBCXX_VISIBILITY()
163 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
192 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/include/bits/
H A Dptr_traits.h77 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
96 using pointer = _Ptr; in _GLIBCXX_VISIBILITY()
100 = __detected_or_t<__get_first_arg_t<_Ptr>, __element_type, _Ptr>; in _GLIBCXX_VISIBILITY()
110 static _Ptr in _GLIBCXX_VISIBILITY()
112 { return _Ptr::pointer_to(__e); } in _GLIBCXX_VISIBILITY()
146 template<typename _Ptr, typename _Tp> in _GLIBCXX_VISIBILITY()
158 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
160 __to_address(const _Ptr& __ptr) in _GLIBCXX_VISIBILITY()
163 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
192 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9-aux/bootstrap/include/c++/9.1.0/bits/
H A Dptr_traits.h77 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
96 using pointer = _Ptr; in _GLIBCXX_VISIBILITY()
100 = __detected_or_t<__get_first_arg_t<_Ptr>, __element_type, _Ptr>; in _GLIBCXX_VISIBILITY()
110 static _Ptr in _GLIBCXX_VISIBILITY()
112 { return _Ptr::pointer_to(__e); } in _GLIBCXX_VISIBILITY()
146 template<typename _Ptr, typename _Tp> in _GLIBCXX_VISIBILITY()
158 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
160 __to_address(const _Ptr& __ptr) in _GLIBCXX_VISIBILITY()
163 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
192 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/include/bits/
H A Dptr_traits.h72 template<typename _Ptr, typename _Up> in _GLIBCXX_VISIBILITY()
86 static const bool __value = _S_chk<_Ptr, _Up>(nullptr); in _GLIBCXX_VISIBILITY()
89 template<typename _Ptr, typename _Up> in _GLIBCXX_VISIBILITY()
90 const bool __ptrtr_rebind_helper<_Ptr, _Up>::__value; in _GLIBCXX_VISIBILITY()
121 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
128 static _Ptr pointer_to(__element_type& __e) in _GLIBCXX_VISIBILITY()
129 { return _Ptr::pointer_to(__e); } in _GLIBCXX_VISIBILITY()
136 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
137 struct pointer_traits : __ptrtr_pointer_to<_Ptr> in _GLIBCXX_VISIBILITY()
140 typedef _Ptr pointer; in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/include/bits/
H A Dptr_traits.h72 template<typename _Ptr, typename _Up> in _GLIBCXX_VISIBILITY()
86 static const bool __value = _S_chk<_Ptr, _Up>(nullptr); in _GLIBCXX_VISIBILITY()
89 template<typename _Ptr, typename _Up> in _GLIBCXX_VISIBILITY()
90 const bool __ptrtr_rebind_helper<_Ptr, _Up>::__value; in _GLIBCXX_VISIBILITY()
121 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
128 static _Ptr pointer_to(__element_type& __e) in _GLIBCXX_VISIBILITY()
129 { return _Ptr::pointer_to(__e); } in _GLIBCXX_VISIBILITY()
136 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
137 struct pointer_traits : __ptrtr_pointer_to<_Ptr> in _GLIBCXX_VISIBILITY()
140 typedef _Ptr pointer; in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc6-aux/bootstrap/include/c++/5.1.0/bits/
H A Dptr_traits.h72 template<typename _Ptr, typename _Up> in _GLIBCXX_VISIBILITY()
84 using __type = decltype(_S_chk<_Ptr, _Up>(nullptr)); in _GLIBCXX_VISIBILITY()
116 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
119 typedef typename __ptrtr_elt_type<_Ptr>::__type __orig_type; in _GLIBCXX_VISIBILITY()
123 static _Ptr pointer_to(__element_type& __e) in _GLIBCXX_VISIBILITY()
124 { return _Ptr::pointer_to(__e); } in _GLIBCXX_VISIBILITY()
131 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
132 struct pointer_traits : __ptrtr_pointer_to<_Ptr> in _GLIBCXX_VISIBILITY()
135 typedef _Ptr pointer; in _GLIBCXX_VISIBILITY()
137 typedef typename __ptrtr_elt_type<_Ptr>::__type element_type; in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/include/bits/
H A Dptr_traits.h72 template<typename _Ptr, typename _Up> in _GLIBCXX_VISIBILITY()
84 using __type = decltype(_S_chk<_Ptr, _Up>(nullptr)); in _GLIBCXX_VISIBILITY()
116 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
119 typedef typename __ptrtr_elt_type<_Ptr>::__type __orig_type; in _GLIBCXX_VISIBILITY()
123 static _Ptr pointer_to(__element_type& __e) in _GLIBCXX_VISIBILITY()
124 { return _Ptr::pointer_to(__e); } in _GLIBCXX_VISIBILITY()
131 template<typename _Ptr> in _GLIBCXX_VISIBILITY()
132 struct pointer_traits : __ptrtr_pointer_to<_Ptr> in _GLIBCXX_VISIBILITY()
135 typedef _Ptr pointer; in _GLIBCXX_VISIBILITY()
137 typedef typename __ptrtr_elt_type<_Ptr>::__type element_type; in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/modules/
H A Dtpl-alias-1.h1 template<typename _Ptr> struct pointer_traits;
9 template<typename _Ptr, typename _Tp>
10 using __ptr_rebind = typename pointer_traits<_Ptr>::template rebind<_Tp>;
42 template<typename _Ref, typename _Ptr>
46 using __iter = _Deque_iterator<_CvTp&, __ptr_rebind<_Ptr, _CvTp>>;
48 typedef __ptr_rebind<_Ptr, long> _Elt_pointer;
49 typedef __ptr_rebind<_Ptr, _Elt_pointer> _Map_pointer;
59 typedef typename _Alloc_traits::pointer _Ptr;
61 typedef _Deque_iterator<long&, _Ptr> iterator;
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/modules/
H A Dtpl-alias-1.h1 template<typename _Ptr> struct pointer_traits;
9 template<typename _Ptr, typename _Tp>
10 using __ptr_rebind = typename pointer_traits<_Ptr>::template rebind<_Tp>;
42 template<typename _Ref, typename _Ptr>
46 using __iter = _Deque_iterator<_CvTp&, __ptr_rebind<_Ptr, _CvTp>>;
48 typedef __ptr_rebind<_Ptr, long> _Elt_pointer;
49 typedef __ptr_rebind<_Ptr, _Elt_pointer> _Map_pointer;
59 typedef typename _Alloc_traits::pointer _Ptr;
61 typedef _Deque_iterator<long&, _Ptr> iterator;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/modules/
H A Dtpl-alias-1.h1 template<typename _Ptr> struct pointer_traits;
9 template<typename _Ptr, typename _Tp>
10 using __ptr_rebind = typename pointer_traits<_Ptr>::template rebind<_Tp>;
42 template<typename _Ref, typename _Ptr>
46 using __iter = _Deque_iterator<_CvTp&, __ptr_rebind<_Ptr, _CvTp>>;
48 typedef __ptr_rebind<_Ptr, long> _Elt_pointer;
49 typedef __ptr_rebind<_Ptr, _Elt_pointer> _Map_pointer;
59 typedef typename _Alloc_traits::pointer _Ptr;
61 typedef _Deque_iterator<long&, _Ptr> iterator;

12345678910>>...32