static constexpr size_type capacity() noexcept;
static constexpr size_type max_size() noexcept;
constexpr void resize(size_type sz);
constexpr void resize(size_type sz, const T& c);
static constexpr void reserve(size_type n);
static constexpr void shrink_to_fit() noexcept;