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

From cppreference.com
< cpp‎ | container‎ | forward list

~forward_list();
(since C++11)

A destructor. Destructs the forward_list

Complexity

Linear in the size of the forward_list.