Difference between revisions of "cpp/regex/sub match"
From cppreference.com
(add todo) |
(add matched member) |
||
Line 30: | Line 30: | ||
{{dcl list mem fun | cpp/regex/sub_match/compare | compares the matched subsequence}} | {{dcl list mem fun | cpp/regex/sub_match/compare | compares the matched subsequence}} | ||
+ | {{dcl list h1 | Member objects}} | ||
+ | {{dcl list mem obj | cpp/regex/sub_match/matched | defines whether this match is valid}} | ||
{{dcl list h1 | Non-member functions}} | {{dcl list h1 | Non-member functions}} | ||
{{dcl list end}} | {{dcl list end}} | ||
{{todo | reason=non-member functions}} | {{todo | reason=non-member functions}} |
Revision as of 02:15, 22 July 2011
Template:cpp/regex/sub match/sidebar
Defined in header <regex>
|
||
template< class BidirectionalIterator |
Template:mark c++0x feature | |
This section is incomplete |
Inherits Template:cpp
Template:tdcl list begin Template:tdcl list h1 Template:tdcl list hitem Template:tdcl list item Template:tdcl list item Template:tdcl list item Template:tdcl list item Template:tdcl list end
Member functions | ||
Observers | ||
returns the length of the matched subsequence (public member function) | ||
converts to the underlying string type (public member function) | ||
returns the matched subsequence (public member function) | ||
compares the matched subsequence (public member function) | ||
Member objects | ||
defines whether this match is valid (public member object) | ||
Non-member functions |
This section is incomplete Reason: non-member functions |