class abstract_vector<T, tag_dynamic_vector> univector¶
template <typename T>
struct abstract_vector<T, tag_dynamic_vector> : std::vector<T, data_allocator<T>> { … } typedef vector<type-parameter-0-0, data_allocator<type-parameter-0-0>> ¶
using std::vector<T, data_allocator<T>>::vector Defined at base/univector.hpp:61
Defined at base/univector.hpp:59