Namespaces
Variants
Views
Actions

std::sub_match

From cppreference.com
< cpp‎ | regex
Revision as of 02:15, 22 July 2011 by P12 (Talk | contribs)

Template:cpp/regex/sub match/sidebar

Defined in header <regex>
template<

    class BidirectionalIterator

> class sub_match;
Template:mark c++0x feature

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

Template:dcl list mem cons

Contents

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