chsvlib
chsv helper source code

◆ front() [1/2]

const ElementType& front ( ) const
noexcept

Returns a read-only 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.