cppreference.com
Search
Create account
Log in
Namespaces
Page
Discussion
Variants
Views
View
Edit
History
Actions
std::basic_regex::
~basic_regex
From cppreference.com
<
cpp
|
regex
|
basic regex
Revision as of 18:31, 9 July 2013 by
P12bot
(
Talk
|
contribs
)
(
diff
)
← Older revision
| Latest revision (diff) | Newer revision → (diff)
C++
Language
Standard library headers
Concepts
Utilities library
Strings library
Containers library
Algorithms library
Iterators library
Numerics library
Input/output library
Localizations library
Regular expressions library
(C++11)
Atomic operations library
(C++11)
Thread support library
(C++11)
Technical Specifications
[edit]
Regular expressions library
Classes
basic_regex
(C++11)
sub_match
(C++11)
match_results
(C++11)
Algorithms
regex_match
(C++11)
regex_search
(C++11)
regex_replace
(C++11)
Iterators
regex_iterator
(C++11)
regex_token_iterator
(C++11)
Exceptions
regex_error
(C++11)
Traits
regex_traits
(C++11)
Constants
syntax_option_type
(C++11)
match_flag_type
(C++11)
error_type
(C++11)
Regex Grammar
Modified ECMAScript-262
(C++11)
[edit]
std::basic_regex
Member Functions
basic_regex::basic_regex
basic_regex::~basic_regex
basic_regex::operator=
basic_regex::assign
Observers
basic_regex::mark_count
basic_regex::flags
Locale
basic_regex::getloc
basic_regex::imbue
Modifiers
basic_regex::swap
Constants
basic_regex constants
Non-member Functions
swap
(std::basic_regex)
[edit]
~basic_regex
(
)
;
(since C++11)
Destroys the regular expression object.