Namespaces
Variants
Actions

std::basic_regex

From cppreference.com
< cpp‎ | regex
 
 
 
Regular expressions library
Classes
basic_regex
(C++11)
(C++11)
Algorithms
Iterators
Exceptions
Traits
Constants
(C++11)
Regex Grammar
 
 
Defined in header <regex>
template<

    class CharT,
    class Traits = std::regex_traits<CharT>

> class basic_regex;
(since C++11)

The class template basic_regex provides a general framework for holding regular expressions.

Several typedefs for common character types are provided:

Defined in header