Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
decode_view::end

Return an iterator to the end.

Synopsis
iterator
end() const;
Example
auto it = this->end();
Complexity

Constant.

Exception Safety

Throws nothing.


PrevUpHomeNext