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
{
2090
string_type
__result
;
2091
format
(
std::back_inserter
(
__result
),
2092
__fmt
,
2093
__fmt
+
char_traits<char_type>::length
(
__fmt
),
2094
__flags
);
2095
return
__result
;
2096
}
std::match_results::format
_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::match_results::string_type
std::basic_string< char_type > string_type
Definition
regex.h:1810
std::match_results
The results of a match or search operation.
Definition
regex.h:1772
std
match_results
Generated on
for libstdc++ by
1.16.1