(C++) vector.h

January 7, 2018 · View on GitHub

 

 

 

 

 

(C++) vector.h

 

vector.h is a header file containing the definition of std::vector.

 


#include <vector>

 

Note that vector.h is #included without the .h extension.