|
typedef | _REGEX_VALT (_BidIt) value_type |
|
typedef | _REGEX_DIFFT (_BidIt) difference_type |
|
| sub_match () |
|
difference_type | length () const |
|
| operator string_type () const |
|
string_type | str () const |
|
int | compare (const sub_match &_Right) const |
|
int | compare (const string_type &_Right) const |
|
int | compare (_In_z_ const value_type *_Ptr) const |
|
_Other1 &&::value | second (_STD forward< _Other2 >(_Val2)) |
|
_Other1 &&::value | second (_STD forward< _Other2 >(_Right.second)) |
|
| pair () |
|
| pair (const _BidIt &_Val1, const _BidIt &_Val2) |
|
| pair (const pair< _Other1, _Other2 > &_Right) |
|
| pair (_Tuple1 &_Val1, _Tuple2 &_Val2, _Arg_idx< _Indexes1...>, _Arg_idx< _Indexes2...>) |
|
| pair (piecewise_construct_t, tuple< _Types1...> _Val1, tuple< _Types2...> _Val2) _NOEXCEPT_OP((is_nothrow_constructible< _BidIt |
|
| pair (_Other1 &&_Val1, _Other2 &&_Val2) _NOEXCEPT_OP((is_nothrow_constructible< _BidIt |
|
| pair (pair< _Other1, _Other2 > &&_Right) _NOEXCEPT_OP((is_nothrow_constructible< _BidIt |
|
_Myt & | operator= (const pair< _Other1, _Other2 > &_Right) |
|
_Myt & | operator= (pair< _Other1, _Other2 > &&_Right) _NOEXCEPT_OP((is_nothrow_assignable< _BidIt |
|
_Myt & | operator= (_Myt &&_Right) _NOEXCEPT_OP((is_nothrow_move_assignable< _BidIt > |
|
_Myt & | operator= (const _Myt &_Right) |
|
void | swap (_Myt &_Right)&&_NOEXCEPT_OP(_Swap_adl(this-> second, _Right.second))) |
|
bool matched
Definition: regex:616
template<class _BidIt>
typedef sub_match< _BidIt >::_REGEX_DIFFT |
( |
_BidIt |
| ) |
|
template<class _BidIt>
typedef sub_match< _BidIt >::_REGEX_VALT |
( |
_BidIt |
| ) |
|
int compare(const sub_match &_Right) const
Definition: regex:635
string_type str() const
Definition: regex:628
int compare(const sub_match &_Right) const
Definition: regex:635
string_type str() const
Definition: regex:628
const _Ty & _Right
Definition: algorithm:4087
int compare(const sub_match &_Right) const
Definition: regex:635
string_type str() const
Definition: regex:628
template<class _BidIt>
difference_type sub_match< _BidIt >::length |
( |
| ) |
const |
|
inline |
bool matched
Definition: regex:616
iterator_traits< _InIt >::difference_type distance(_InIt _First, _InIt _Last)
Definition: xutility:755
_BidIt first
Definition: utility:198
second
Definition: utility:167
string_type str() const
Definition: regex:628
bool matched
Definition: regex:616
_BidIt first
Definition: utility:198
basic_string< value_type > string_type
Definition: regex:609
second
Definition: utility:167
The documentation for this class was generated from the following file: