begin

Return an iterator to the beginning

Synopsis

iterator begin() noexcept;

Declared in file <src/params_base.cpp> at line 172

Description

Complexity

Linear in the size of the first param.

Exception Safety

Throws nothing.