| 184 | |
| 185 | template <typename LeftT, typename RightT, typename LeftMapT, typename RightMapT> |
| 186 | List<LeftT> BiMap<LeftT, RightT, LeftMapT, RightMapT>::leftValues() const { |
| 187 | return m_leftMap.keys(); |
| 188 | } |
| 189 | |
| 190 | template <typename LeftT, typename RightT, typename LeftMapT, typename RightMapT> |
| 191 | List<RightT> BiMap<LeftT, RightT, LeftMapT, RightMapT>::rightValues() const { |