in code/include/swoc/Vectray.h [235:240]
template <typename T, size_t N, class A> Vectray<T, N, A>::Vectray(Vectray::size_type n, allocator_type const &) : Vectray() { this->reserve(n); while (n-- > 0) { this->emplace_back(); } }