Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_vector.h77 struct _Vector_base struct
112 _Vector_base() in _Vector_base() function
115 _Vector_base(const allocator_type& __a) in _Vector_base() function
119 _Vector_base(size_t __n, const allocator_type& __a) in _Vector_base() argument
130 ~_Vector_base() in ~_Vector_base() argument
170 class vector : protected _Vector_base<_Tp, _Alloc>
177 typedef _Vector_base<_Tp, _Alloc> _Base;
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20052779 * include/bits/stl_vector.h: Add concept-check. In class _Vector_base
H A DChangeLog-20065479 * include/bits/stl_vector.h (_Vector_base<>::get_allocator): Tidy.
H A DChangeLog-20044223 it derive from the allocator, instead of the _Vector_base class,
H A DChangeLog-2003240 (_Vector_base): Inherit directly from the vector's allocator. Use