|
template<class OutputIterator , class Iterator , class traits , class charT > |
OutputIterator | boost::regex_merge (OutputIterator out, Iterator first, Iterator last, const basic_regex< charT, traits > &e, const charT *fmt, match_flag_type flags=match_default) |
|
template<class OutputIterator , class Iterator , class traits , class charT > |
OutputIterator | boost::regex_merge (OutputIterator out, Iterator first, Iterator last, const basic_regex< charT, traits > &e, const std::basic_string< charT > &fmt, match_flag_type flags=match_default) |
|
template<class traits , class charT > |
std::basic_string< charT > | boost::regex_merge (const std::basic_string< charT > &s, const basic_regex< charT, traits > &e, const charT *fmt, match_flag_type flags=match_default) |
|
template<class traits , class charT > |
std::basic_string< charT > | boost::regex_merge (const std::basic_string< charT > &s, const basic_regex< charT, traits > &e, const std::basic_string< charT > &fmt, match_flag_type flags=match_default) |
|