Searched refs:_Array1 (Results 1 – 1 of 1) sorted by relevance
108 template<typename _Tp1, typename _Array1 = _Array>110 { typedef array_allocator<_Tp1, _Array1> other; };118 template<typename _Tp1, typename _Array1>119 array_allocator(const array_allocator<_Tp1, _Array1>&) throw() in array_allocator() argument