* \brief Return the first element, explicitly. */
| 525 | * \brief Return the first element, explicitly. |
| 526 | */ |
| 527 | inline T getFirst () const { |
| 528 | return *(this->getFirstRef()); |
| 529 | } |
| 530 | |
| 531 | /** |
| 532 | * \brief Return the reference of the last element (convenience method). |
nothing calls this directly
no test coverage detected