CppDS.com

C++ 98 11 14 17 20 手册

std::basic_regex<CharT,Traits>::mark_count

来自cppreference.com
< cpp‎ | regex‎ | basic regex
unsigned mark_count() const;
(C++11 起)

返回正则表达式内有标记的子表达式数。

参数

(无)

返回值

正则表达式内有标记的子表达式数。

异常

(无)

示例

关闭