321 |
321 |
322 // ===================================================================== |
322 // ===================================================================== |
323 // |
323 // |
324 const element_type& last() const |
324 const element_type& last() const |
325 { |
325 { |
326 return *(m_data.end()); |
326 return *(m_data.end() - 1); |
327 } |
327 } |
328 |
328 |
329 // ===================================================================== |
329 // ===================================================================== |
330 // |
330 // |
331 bool contains (const element_type& a) const |
331 bool contains (const element_type& a) const |