Ejemplo n.º 1
0
const int& LinkedStack::top2() {
    return S.front2();
}