std::basic_string<CharT,Traits,Allocator>::~basic_string
Min standard notice:
Destructs the basic_string. The destructors of the elements are called and the used storage is deallocated.
# Declarations
~basic_string();
(constexpr since C++20)
Destructs the basic_string. The destructors of the elements are called and the used storage is deallocated.
~basic_string();
(constexpr since C++20)