| 150 | |
| 151 | template <typename IndexType, typename ValueType> |
| 152 | size_t ParametricTable<IndexType, ValueType>::size() const { |
| 153 | return m_indexes.size(); |
| 154 | } |
| 155 | |
| 156 | template <typename IndexType, typename ValueType> |
| 157 | bool ParametricTable<IndexType, ValueType>::empty() const { |