Section
std::basic_regex
The class template basic_regex provides a general framework for holding regular expressions.
# Declarations
template<
class CharT,
class Traits = std::regex_traits<CharT>
> class basic_regex;
(since C++11)
Section
The class template basic_regex provides a general framework for holding regular expressions.
template<
class CharT,
class Traits = std::regex_traits<CharT>
> class basic_regex;
(since C++11)