std::regex_iterator::operators
STD::regex[医]迭代器::运算符%2A、操作员->
const value_type& operator*() const; | (1) | (since C++11) |
---|---|---|
const value_type* operator->() const; | (2) | (since C++11) |
提取电流std::match_results
从regex_iterator
*
1%29返回对当前std::match_results
...
2%29返回指向当前std::match_results
...
例
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。
http://en.cppreference.com/w/cpp/regex/regex[医]迭代器/算子[医]星[医]