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