Difference between revisions of "cpp/regex/sub match"
From cppreference.com
(inital content) |
(c++0x) |
||
Line 1: | Line 1: | ||
{{cpp/title|sub_match}} | {{cpp/title|sub_match}} | ||
{{cpp/regex/sub_match/sidebar}} | {{cpp/regex/sub_match/sidebar}} | ||
− | {{ddcl | header=regex | 1= | + | {{ddcl | header=regex | notes={{mark c++0x feature}} | 1= |
template< | template< | ||
class BidirectionalIterator | class BidirectionalIterator |
Revision as of 10:08, 21 July 2011
Template:cpp/regex/sub match/sidebar
Defined in header <regex>
|
||
template< class BidirectionalIterator |
Template:mark c++0x feature | |
This section is incomplete |