Ejemplo n.º 1
0
 bool empty() const {      // return whether the stack is empty
     return elems.empty();
 }
Ejemplo n.º 2
0
 inline bool
 isnil (const CONT& container)
 {
   return container.empty();
 }
Ejemplo n.º 3
0
 bool empty() const
 {
     return elems.empty();
 }