(C++) stack.h

February 24, 2017 · View on GitHub

 

 

 

 

 

(C++) stack.h

 

stack.h is an STL header file that contains the definition of std::stack.

 


#include <stack>