std::basic_regex::operator=
De cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
<tbody> </tbody>| Definido no cabeçalho <regex>
|
||
basic_regex& operator=( const basic_regex& other ); |
(1) | (desde C++11) |
basic_regex& operator=( basic_regex&& other ); |
(2) | (desde C++11) |
basic_regex& operator=( const CharT* ptr ); |
(3) | (desde C++11) |
basic_regex& operator=( std::initializer_list<CharT> il ); |
(4) | (desde C++11) |
template< class ST, class SA > basic_regex& operator=( const std::basic_string<CharT,ST,SA>& p ); |
(5) | (desde C++11) |
Atribui o conteúdo.
Original:
Assigns the contents.
The text has been machine-translated via