chsvlib
chsv helper source code

◆ front() [2/2]

ElementType& front ( )
noexcept

Returns a mutable reference to the first element of the vector.

Returns
The reference to the first (i.e. with index 0) element.

If the vector is empty, the behavior is undefined.