* Return const_reference to the last element. Requires the container to not * be empty. */
| 618 | * be empty. |
| 619 | */ |
| 620 | const_reference back() const { return m_ht.back(); } |
| 621 | |
| 622 | /** |
| 623 | * Only available if ValueTypeContainer is a std::vector. Same as calling |
no outgoing calls