Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::algorithm::FinderConcept< FinderT, IteratorT > Struct Template Reference

Finder concept. More...

#include <concept.hpp>

Public Member Functions

void constraints ()
 

Detailed Description

template<typename FinderT, typename IteratorT>
struct boost::algorithm::FinderConcept< FinderT, IteratorT >

Finder concept.

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.

Result of the find operation must be convertible to iterator_range.

Member Function Documentation

template<typename FinderT , typename IteratorT >
void boost::algorithm::FinderConcept< FinderT, IteratorT >::constraints ( )
inline

The documentation for this struct was generated from the following file: