This program illustrates the member function max_size() and shows how the maximum size of a vector depends on its component type. Press Enter to continue ... Here are the maximum sizes of several vectors of different component types: Maximum size of a vector ....... 1073741823 Maximum size of a vector .... 536870911 Maximum size of a vector ...... 4294967295 Maximum size of a vector ...... 4294967295 Maximum size of a vector .. 531 Press Enter to continue ...