| 155 | |
| 156 | template <typename IndexType, typename ValueType> |
| 157 | bool ParametricTable<IndexType, ValueType>::empty() const { |
| 158 | return size() == 0; |
| 159 | } |
| 160 | |
| 161 | template <typename IndexType, typename ValueType> |
| 162 | IndexType const& ParametricTable<IndexType, ValueType>::index(size_t i) const { |