chsvlib
chsv helper source code

◆ empty()

constexpr bool empty ( ) const
constexprnoexcept

Checks whether the range is empty.

Returns
A value equal to the result of the
this->begin() == this->end()
constexpr const iterator & begin() const noexcept
Returns the first iterator of the range.
Definition: chsvmemex.h:122
constexpr const iterator & end() const noexcept
Returns the past-the-end iterator of the range.
Definition: chsvmemex.h:127
expression.