A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.tutorialspoint.com/cpp_standard_library/cpp_regex.htm below:

C++ Regex Library - regex

C++ Regex Library - regex Previous Quiz Next Description

It is an instantiation of the basic_regex class template for characters of type char.

Declaration

Following is the declaration for std::regex.

typedef basic_regex<char> regex;
C++11
typedef basic_regex<char> regex;
C++14
typedef basic_regex<char> regex;

This class are those described for basic_regex, but using char as its first template parameter (charT), and the corresponding regex_traits<char> as its second template parameter (traits).

regex.htm

Print Page

Previous

Next

Advertisements


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4