名稱空間
變體
操作

std::match_results<BidirIt,Alloc>::end, std::match_results<BidirIt,Alloc>::cend

來自 cppreference.com
 
 
 
正則表示式庫
(C++11)
演算法
迭代器
異常
特性
常量
(C++11)
正則表示式語法
 
 
iterator end() noexcept;
(C++11 起)
const_iterator end() const noexcept;
(C++11 起)
const_iterator cend() const noexcept;
(C++11 起)

返回子匹配列表末尾的迭代器。

目錄

[編輯] 引數

(無)

[編輯] 返回值

指向最後一個子匹配之後元素的迭代器。

[編輯] 複雜度

常數時間。

[編輯] 參閱

返回子匹配列表開頭的迭代器
(公共成員函式) [編輯]