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 )
inlinenoexcept

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::vector< sub_match< _Bi_iter >, _Alloc > _Base_type
Definition regex.h:1790
The results of a match or search operation.
Definition regex.h:1772