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

Formatter concept. More...

#include <concept.hpp>

Public Member Functions

void constraints ()
 

Detailed Description

template<typename FormatterT, typename FinderT, typename IteratorT>
struct boost::algorithm::FormatterConcept< FormatterT, FinderT, IteratorT >

Formatter concept.

Defines the Formatter concept. Formatter is a functor, which takes a result from a finder operation and transforms it in a specific way.

Result must be a container supported by container_traits, or a reference to it.

Member Function Documentation

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

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