begin

Return an iterator to the beginning

Synopsis

iterator
begin() const noexcept;

Declared in file <include/boost/url/segments_base.hpp> on line 285

Defined in file <src/segments_base.cpp> on line 90

Description

Complexity

Linear in this->front().size() or constant if this->empty().

Exception Safety

Throws nothing.