28
Text processing library
[text]
28.6
Regular expressions library
[re]
28.6.11
Regular expression iterators
[re.iter]
28.6.11.1
Class template
regex_
iterator
[re.regiter]
28.6.11.1.4
Indirection
[re.regiter.deref]
🔗
const
value_type
&
operator
*
(
)
const
;
1
#
Returns
:
match
.
🔗
const
value_type
*
operator
-
>
(
)
const
;
2
#
Returns
:
addressof
(
match
)
.