template <class BidirectionalIterator>class sub_match : public pair <BidirectionalIterator, BidirectionalIterator>;
|
|
| 成員型別 | 定義 | 說明 |
|---|---|---|
| iterator_traits<BidirectionalIterator>::value_type | 序列中字元的型別。 | string_type |
| basic_string<value_type> | 字元型別的 string 型別。 | iterator |
| 模板引數 | 指向字元序列的 雙向迭代器型別。 | difference_type |
| iterator_traits<BidirectionalIterator>::size_type | first_type | 相同,通常與 ptrdiff_t 一樣 |
| 與 pair 相同(繼承自 pair)。 | 指向字元序列的 雙向迭代器型別。 | (inherited from pair).模板引數second_type |
| Construct sub_match (public member function) | 指向字元序列的 雙向迭代器型別。 | (inherited from pair).模板引數second_type |