Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
regex_replace.hpp File Reference

Namespaces

 boost
 Duration formatting facet for input.
 

Functions

template<class OutputIterator , class BidirectionalIterator , class traits , class charT , class Formatter >
OutputIterator boost::regex_replace (OutputIterator out, BidirectionalIterator first, BidirectionalIterator last, const basic_regex< charT, traits > &e, Formatter fmt, match_flag_type flags=match_default)
 
template<class traits , class charT , class Formatter >
std::basic_string< charT > boost::regex_replace (const std::basic_string< charT > &s, const basic_regex< charT, traits > &e, Formatter fmt, match_flag_type flags=match_default)