std::basic_regex<CharT,Traits>::basic_regex
From cppreference.com
basic_regex();
|
(1) | (since C++11) |
explicit basic_regex( const CharT* s,
flag_type f = std::regex_constants::ECMAScript );
|
(2) | (since C++11) |
basic_regex( const CharT* s, std::size_t count,
flag_type f = std::regex_constants::ECMAScript );
|
(3) | (since C++11) |
basic_regex( const basic_regex& other );
|
(4) | (since C++11) |
basic_regex |