(1) | string_type format (const char_type* fmt, regex_constants::match_flag_type flags = regex_constants::format_default ) const; |
---|
(2) | template <class sT, class sA> basic_string<char_type, sT, sA> format (const basic_string<char_type, sT, sA>& fmt, regex_constants::match_flag_type flags = regex_constants::format_default ) const; |
---|
(3) | template <class OutputIterator, class sT, class sA> OutputIterator format ( OutputIterator out, const basic_string<char_type, sT, sA>& fmt, regex_constants::match_flag_type flags = regex_constants::format_default ) const; |
---|
(4) | template <class OutputIterator> OuputIterator format ( OutputIterator out, const char_type* fmt_first, const char_type* fmt_last, regex_constants::match_flag_type flags = regex_constants::format_default ) const; |
---|