std::vector<T,Allocator>::~vector

From cppreference.com
< cpp‎ | container‎ | vector

~vector();
(constexpr since C++20)

A destructor. Destructs the vector

Complexity

Linear in the size of the vector.