Diferenças entre edições de "cpp/regex/basic regex/operator="
Da cppreference.com
< cpp | regex | basic regex
m (r2.7.3) (Robô: A adicionar: de, en, es, fr, it, ja, ru, zh) |
m (Use {{lc}}. Update links. Various fixes.) |
||
Linha 2: | Linha 2: | ||
{{cpp/regex/basic_regex/title | operator{{=}}}} | {{cpp/regex/basic_regex/title | operator{{=}}}} | ||
{{cpp/regex/basic_regex/navbar}} | {{cpp/regex/basic_regex/navbar}} | ||
− | {{ | + | {{begin}} |
− | {{ | + | {{header | regex}} |
− | {{ | + | {{| num=1 | =c++11 | 1= |
basic_regex& operator=( const basic_regex& other ); | basic_regex& operator=( const basic_regex& other ); | ||
}} | }} | ||
− | {{ | + | {{| num=2 | sincec++11 | 1= |
basic_regex& operator=( basic_regex&& other ); | basic_regex& operator=( basic_regex&& other ); | ||
}} | }} | ||
− | {{ | + | {{| num=3 | sincec++11 | 1= |
basic_regex& operator=( const CharT* ptr ); | basic_regex& operator=( const CharT* ptr ); | ||
}} | }} | ||
− | {{ | + | {{| num=4 | sincec++11 | 1= |
basic_regex& operator=( std::initializer_list<CharT> il ); | basic_regex& operator=( std::initializer_list<CharT> il ); | ||
}} | }} | ||
− | {{ | + | {{| num=5 | sincec++11 | 1= |
template< class ST, class SA > | template< class ST, class SA > | ||
basic_regex& operator=( const std::basic_string<CharT,ST,SA>& p ); | basic_regex& operator=( const std::basic_string<CharT,ST,SA>& p ); | ||
}} | }} | ||
− | {{ | + | {{end}} |
{{tr|Atribui o conteúdo.|Assigns the contents.}} | {{tr|Atribui o conteúdo.|Assigns the contents.}} | ||
Linha 35: | Linha 35: | ||
===Parâmetros=== | ===Parâmetros=== | ||
− | {{ | + | {{begin}} |
− | {{ | + | {{| other |{{tr| outro objeto regex| another regex object}}}} |
− | {{ | + | {{| ptr |{{tr| ponteiro para uma cadeia de caracteres terminada com null| pointer to a null-terminated character string}}}} |
− | {{ | + | {{| il |{{tr| lista de inicializador contendo caracteres atribuir| initializer list containing characters to assign}}}} |
− | {{ | + | {{| p |{{tr| string contendo caracteres para atribuir| string containing characters to assign}}}} |
− | {{ | + | {{end}} |
===Valor de retorno=== | ===Valor de retorno=== | ||
Linha 53: | Linha 53: | ||
===Veja também=== | ===Veja também=== | ||
− | {{ | + | {{begin}} |
− | {{ | + | {{| cpp/regex/basic_regex/assign}} |
− | {{ | + | {{end}} |
[[de:cpp/regex/basic regex/operator=]] | [[de:cpp/regex/basic regex/operator=]] |
Edição actual desde as 10h19min de 2 de julho de 2013
![]() |
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. |