1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<html> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5<title>Struct template FinderConcept</title> 6<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> 7<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> 8<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> 9<link rel="up" href="../../string_algo/reference.html#header.boost.algorithm.string.concept_hpp" title="Header <boost/algorithm/string/concept.hpp>"> 10<link rel="prev" href="is_not_igreater.html" title="Struct is_not_igreater"> 11<link rel="next" href="FormatterConcept.html" title="Struct template FormatterConcept"> 12</head> 13<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 14<table cellpadding="2" width="100%"><tr> 15<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td> 16<td align="center"><a href="../../../../index.html">Home</a></td> 17<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td> 18<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> 19<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> 20<td align="center"><a href="../../../../more/index.htm">More</a></td> 21</tr></table> 22<hr> 23<div class="spirit-nav"> 24<a accesskey="p" href="is_not_igreater.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../string_algo/reference.html#header.boost.algorithm.string.concept_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="FormatterConcept.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> 25</div> 26<div class="refentry"> 27<a name="boost.algorithm.FinderConcept"></a><div class="titlepage"></div> 28<div class="refnamediv"> 29<h2><span class="refentrytitle">Struct template FinderConcept</span></h2> 30<p>boost::algorithm::FinderConcept — Finder concept. </p> 31</div> 32<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> 33<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../string_algo/reference.html#header.boost.algorithm.string.concept_hpp" title="Header <boost/algorithm/string/concept.hpp>">boost/algorithm/string/concept.hpp</a>> 34 35</span><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> FinderT<span class="special">,</span> <span class="keyword">typename</span> IteratorT<span class="special">></span> 36<span class="keyword">struct</span> <a class="link" href="FinderConcept.html" title="Struct template FinderConcept">FinderConcept</a> <span class="special">{</span> 37 38 <span class="comment">// <a class="link" href="FinderConcept.html#id-1_3_3_9_5_2_1_1_4-bb">public member functions</a></span> 39 <span class="keyword">void</span> <a class="link" href="FinderConcept.html#id-1_3_3_9_5_2_1_1_4_1-bb"><span class="identifier">constraints</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> 40<span class="special">}</span><span class="special">;</span></pre></div> 41<div class="refsect1"> 42<a name="id-1.3.3.9.6.4.4"></a><h2>Description</h2> 43<p>Defines the Finder concept. Finder is a functor which selects an arbitrary part of a string. Search is performed on the range specified by starting and ending iterators.</p> 44<p>Result of the find operation must be convertible to iterator_range. </p> 45<div class="refsect2"> 46<a name="id-1.3.3.9.6.4.4.4"></a><h3> 47<a name="id-1_3_3_9_5_2_1_1_4-bb"></a><code class="computeroutput">FinderConcept</code> public member functions</h3> 48<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><span class="keyword">void</span> <a name="id-1_3_3_9_5_2_1_1_4_1-bb"></a><span class="identifier">constraints</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></li></ol></div> 49</div> 50</div> 51</div> 52<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 53<td align="left"></td> 54<td align="right"><div class="copyright-footer">Copyright © 2002-2004 Pavol Droba<p>Use, modification and distribution is subject to the Boost 55 Software License, Version 1.0. (See accompanying file 56 <code class="filename">LICENSE_1_0.txt</code> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) 57 </p> 58</div></td> 59</tr></table> 60<hr> 61<div class="spirit-nav"> 62<a accesskey="p" href="is_not_igreater.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../string_algo/reference.html#header.boost.algorithm.string.concept_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="FormatterConcept.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> 63</div> 64</body> 65</html> 66