find

Finds the first occurrence of character in this view

Synopsis

const_iterator
find(char ch) const noexcept;

Declared in file <include/boost/url/decode_view.hpp> on line 420

Defined in file <src/decode_view.cpp> on line 197

Description

Complexity

Linear.

Exception Safety

Throws nothing.