std::match_results<BidirIt,Alloc>::max_size
< cpp | regex | match results
size_type max_size() const noexcept; |
(C++11 起) | |
返回 match_results
类型因系统或库实现限制而能保有最大子匹配数,即对于最大子匹配数的 std::distance(begin(), end()) 。
参数
(无)
返回值
最大子匹配数
复杂度
常数。