Syntax:
#include <list>
size_type max_size() const;
The max_size() function returns the maximum number of elements that
the list can hold. The max_size() function should not be confused with
the size function, which return the number of
elements currently in the list.
Related Topics: size