=====resize===== Syntax: #include void resize( size_type size, TYPE val = TYPE() ); The resize method changes the size of the list to ''size''. If ''val'' is specified then any newly-created elements will be initialized to have a value of ''val''. This function runs in [[/complexity|linear time]]. Related Topics: [[size]]