CppDS.com

C++ 98 11 14 17 20 手册

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

来自cppreference.com
< cpp‎ | regex‎ | match results
iterator end() noexcept;
(C++11 起)
const_iterator end() const noexcept;
(C++11 起)
const_iterator cend() const noexcept;
(C++11 起)

返回指向子匹配列表结尾的迭代器。

参数

(无)

返回值

指向最后子匹配后一元素的迭代器。

复杂度

常数

参阅

返回指向子匹配列表起始的迭代器
(公开成员函数)
关闭