@return Size of repository
| 1389 | |
| 1390 | /// @return Size of repository |
| 1391 | virtual inline std::size_t size(void) const ELPP_FINAL { |
| 1392 | return m_list.size(); |
| 1393 | } |
| 1394 | |
| 1395 | /// @brief Returns underlying container by reference |
| 1396 | virtual inline Container& list(void) ELPP_FINAL { |
no outgoing calls
no test coverage detected