Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Darray_allocator.h108 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