Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
params_encoded_view::begin

(Inherited from params_encoded_base)

Return an iterator to the beginning.

Synopsis
iterator
begin() const;
Complexity

Linear in the size of the first param.

Exception Safety

Throws nothing.


PrevUpHomeNext