Boost.URL
Report an Issue
  • Boost.URL
  • boost::urls::decode_view::find
Home:

boost::urls::decode_view::find

Finds the first occurrence of character in this view

Synopsis

Declared in header <boost/url/decode_view.hpp>

const_iterator
find(char ch) const noexcept;

Description

Complexity

Linear.

Exception Safety

Throws nothing.