chsvlib
chsv helper source code

◆ size()

CONSTEXPR_CPP17 difference_type size ( ) const

Returns the length of the current range.

Returns
The result of [std::distance] call with
this->begin()
constexpr const iterator & begin() const noexcept
Returns the first iterator of the range.
Definition: chsvmemex.h:122
and
this->end()
constexpr const iterator & end() const noexcept
Returns the past-the-end iterator of the range.
Definition: chsvmemex.h:127
as its respective parameters.