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