| 377 | |
| 378 | template <typename LeftT, typename RightT, typename LeftMapT, typename RightMapT> |
| 379 | auto BiMap<LeftT, RightT, LeftMapT, RightMapT>::end() const -> const_iterator { |
| 380 | return BiMapIterator{m_leftMap.end()}; |
| 381 | } |
| 382 | |
| 383 | template <typename LeftT, typename RightT, typename LeftMapT, typename RightMapT> |
| 384 | size_t BiMap<LeftT, RightT, LeftMapT, RightMapT>::size() const { |
no outgoing calls
no test coverage detected