Searched defs:_Vector_base (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dstl_vector.h101 struct _Vector_base struct in inherits:_Vector_alloc_base
110 _Vector_base(const allocator_type& __a) : _Base(__a) {} function in struct:_Vector_base
111 _Vector_base(size_t __n, const allocator_type& __a) : _Base(__a) { function in struct:_Vector_base
[all...]

Completed in 38 milliseconds