[ Web Proxy ]
URL:
Viewing: http://en.cppreference.com/cpp/string/basic_string/~basic_string [Back]  [Original]

std::basic_string<CharT,Traits,Allocator>::~basic_string - cppreference.com
cppreference.com
Namespaces
Variants

std::basic_string<CharT,Traits,Allocator>::~basic_string

From cppreference.com
 
 
 
std::basic_string
 
~basic_string();
(constexpr since C++20)

Destructs the basic_string. The destructors of the elements are called and the used storage is deallocated.

Complexity

Typically constant (formally linear).


Web Proxy Viewer  |  New URL  |  Original Page