Finds the first occurrence of character in this view

Synopsis

Declared in header </boost/url/decode_view.hpp#L420[boost/url/decode_view.hpp,window=blank_]>

const_iterator
find(char ch) const noexcept;

Description

Complexity

Linear.

Exception Safety

Throws nothing.

Return Value

  • const_iterator

Parameters

Name Type

ch

char