Espaços nominais
Variantes
Acções

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}}
{{ddcl list begin}}
+
{{begin}}
{{ddcl list header | regex}}
+
{{header | regex}}
{{ddcl list item | num=1 | notes={{mark since c++11}} | 1=
+
{{| num=1 | =c++11 | 1=
 
basic_regex& operator=( const basic_regex& other );
 
basic_regex& operator=( const basic_regex& other );
 
}}
 
}}
{{ddcl list item | num=2 | notes={{mark since c++11}} | 1=
+
{{| num=2 | sincec++11 | 1=
 
basic_regex& operator=( basic_regex&& other );
 
basic_regex& operator=( basic_regex&& other );
 
}}
 
}}
{{ddcl list item | num=3 | notes={{mark since c++11}} | 1=
+
{{| num=3 | sincec++11 | 1=
 
basic_regex& operator=( const CharT* ptr );
 
basic_regex& operator=( const CharT* ptr );
 
}}
 
}}
{{ddcl list item | num=4 | notes={{mark since c++11}} | 1=
+
{{| num=4 | sincec++11 | 1=
 
basic_regex& operator=( std::initializer_list<CharT> il );
 
basic_regex& operator=( std::initializer_list<CharT> il );
 
}}
 
}}
{{ddcl list item | num=5 | notes={{mark since c++11}} | 1=
+
{{| 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 );
 
}}
 
}}
{{ddcl list end}}
+
{{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===
{{param list begin}}
+
{{begin}}
{{param list item | other |{{tr| outro objeto regex| another regex object}}}}
+
{{| other |{{tr| outro objeto regex| another regex object}}}}
{{param list item | ptr |{{tr| ponteiro para uma cadeia de caracteres terminada com null| pointer to a null-terminated character string}}}}
+
{{| ptr |{{tr| ponteiro para uma cadeia de caracteres terminada com null| pointer to a null-terminated character string}}}}
{{param list item | il |{{tr| lista de inicializador contendo caracteres atribuir| initializer list containing characters to assign}}}}
+
{{| il |{{tr| lista de inicializador contendo caracteres atribuir| initializer list containing characters to assign}}}}
{{param list item | p |{{tr| string contendo caracteres para atribuir| string containing characters to assign}}}}
+
{{| p |{{tr| string contendo caracteres para atribuir| string containing characters to assign}}}}
{{param list end}}
+
{{end}}
  
 
===Valor de retorno===
 
===Valor de retorno===
Linha 53: Linha 53:
  
 
===Veja também===
 
===Veja também===
{{dcl list begin}}
+
{{begin}}
{{dcl list template | cpp/regex/basic_regex/dcl list assign}}
+
{{| cpp/regex/basic_regex/assign}}
{{dcl list end}}
+
{{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