begin

Return an iterator to the beginning

Synopsis

iterator
begin() const noexcept;

Declared in file <include/boost/url/params_encoded_base.hpp> on line 219

Defined in file <src/params_encoded_base.cpp> on line 79

Description

Complexity

Linear in the size of the first param.

Exception Safety

Throws nothing.