Namespaces
Variants
Views
Actions

Difference between revisions of "cpp/regex/match results"

From cppreference.com
< cpp‎ | regex
(add member types)
(add member functions)
Line 24: Line 24:
 
{{tdcl list item | {{tt|string_type}} | {{cpp|std::basic_string<char_type>}}}}
 
{{tdcl list item | {{tt|string_type}} | {{cpp|std::basic_string<char_type>}}}}
 
{{tdcl list end}}
 
{{tdcl list end}}
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +

Revision as of 03:23, 22 July 2011

Template:cpp/regex/match results/sidebar

Defined in header <regex>
template<

    class BidirectionalIterator,
    class Allocator = std::allocator<std::sub_match<BidirectionalIterator>>

> class match_results;
Template:mark c++0x feature
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 item Template:tdcl list item Template:tdcl list item Template:tdcl list item Template:tdcl list item Template:tdcl list item Template:tdcl list end

Template:dcl list mem consTemplate:dcl list mem des

Contents

Member functions

returns the associated allocator
(public member function)
State

(public member function)
Capacity

(public member function)

(public member function)

(public member function)
Element access

(public member function)

(public member function)

(public member function)

(public member function)

(public member function)

(public member function)
Iterators

(public member function)

(public member function)
Format

(public member function)
Modifiers
swaps the contents
(public member function)