Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::re_detail::format_functor2< Base, Match > Struct Template Reference

#include <regex_format.hpp>

Public Member Functions

 format_functor2 (Base b)
 
template<class OutputIter >
OutputIter operator() (const Match &m, OutputIter i, boost::regex_constants::match_flag_type)
 
template<class OutputIter , class Traits >
OutputIter operator() (const Match &m, OutputIter i, boost::regex_constants::match_flag_type f, const Traits &)
 

Constructor & Destructor Documentation

template<class Base , class Match >
boost::re_detail::format_functor2< Base, Match >::format_functor2 ( Base  b)
inline

Member Function Documentation

template<class Base , class Match >
template<class OutputIter >
OutputIter boost::re_detail::format_functor2< Base, Match >::operator() ( const Match &  m,
OutputIter  i,
boost::regex_constants::match_flag_type   
)
inline
template<class Base , class Match >
template<class OutputIter , class Traits >
OutputIter boost::re_detail::format_functor2< Base, Match >::operator() ( const Match &  m,
OutputIter  i,
boost::regex_constants::match_flag_type  f,
const Traits &   
)
inline

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