libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ format() [5/5]

template<typename _Bi_iter, typename _Alloc = allocator<sub_match<_Bi_iter> >>
string_type std::match_results< _Bi_iter, _Alloc >::format ( const char_type * __fmt,
match_flag_type __flags = regex_constants::format_default ) const
inline
Precondition
ready() == true

Definition at line 2087 of file regex.h.

2089 {
2092 __fmt,
2094 __flags);
2095 return __result;
2096 }
_Out_iter format(_Out_iter __out, const char_type *__fmt_first, const char_type *__fmt_last, match_flag_type __flags=regex_constants::format_default) const
std::basic_string< char_type > string_type
Definition regex.h:1810
The results of a match or search operation.
Definition regex.h:1772