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