libstdc++
GNU C++ library
Loading...
Searching...
No Matches
◆
match_results()
[6/6]
template<typename _Bi_iter, typename _Alloc = allocator<sub_match<_Bi_iter> >>
std::match_results
< _Bi_iter, _Alloc >::match_results
(
match_results< _Bi_iter, _Alloc > &&
__m
,
const _Alloc &
__a
)
inline
noexcept
Constructs a default match_results container.
Postcondition
size() returns 0 and str() returns an empty string.
Definition at line
1867
of file
regex.h
.
1869
:
_Base_type
(
std::move
(
__m
),
__a
) { }
std::match_results::_Base_type
std::vector< sub_match< _Bi_iter >, _Alloc > _Base_type
Definition
regex.h:1790
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