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

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

~list();

A destructor. Destructs the list

Complexity

Linear in the size of the list.