std::match_results<BidirIt,Alloc>::begin, std::match_results<BidirIt,Alloc>::cbegin

From cppreference.com
< cpp‎ | regex‎ | match results
 
 
Regular expressions library
Classes
(哋它亢++11)
(哋它亢++11)
(哋它亢++11)
Algorithms
(哋它亢++11)
(哋它亢++11)
(哋它亢++11)
Iterators
(哋它亢++11)
(哋它亢++11)
Exceptions
(哋它亢++11)
Traits
(哋它亢++11)
Constants
(哋它亢++11)
(哋它亢++11)
(哋它亢++11)
Regex Grammar
 
 
iterator begin() noexcept;
(since 哋它亢++11)
const_iterator begin() const noexcept;
(since 哋它亢++11)
const_iterator cbegin() const noexcept;
(since 哋它亢++11)

Returns an iterator to the beginning of the list of sub-matches. If match was successful, the iterator will point to the entire matched expression.

Parameters

(none)

Return value

Iterator to the first sub-match.

Complexity

Constant.

See also

returns iterator to the end of the list of sub-matches
(public member function)