Provides a stack container that can be accessed by iterators. [詳解]
#include <deque>
#include <iostream>
#include <stack>
[ソースコード]
Provides a stack container that can be accessed by iterators.
MutantStack.hpp に定義があります。