@return End of repository
| 1379 | |
| 1380 | /// @return End of repository |
| 1381 | virtual inline const_iterator cend(void) const ELPP_FINAL { |
| 1382 | return m_list.cend(); |
| 1383 | } |
| 1384 | |
| 1385 | /// @return Whether or not repository is empty |
| 1386 | virtual inline bool empty(void) const ELPP_FINAL { |