begin

Return an iterator to the beginning

Synopsis

iterator
begin() const noexcept;

Declared in file <include/boost/url/params_base.hpp> on line 218

Defined in file <src/params_base.cpp> on line 172

Description

Complexity

Linear in the size of the first param.

Exception Safety

Throws nothing.