Espaços nominais
Variantes
Acções

Diferenças entre edições de "cpp/regex/basic regex/optimize"

Da cppreference.com
< cpp‎ | regex‎ | basic regex
m (uma edição: Translate from the English version)
m (Use {{lc}}. Update links. Various fixes.)
 
Linha 3: Linha 3:
 
{{cpp/regex/basic_regex/navbar}}
 
{{cpp/regex/basic_regex/navbar}}
  
{{ddcl list begin}}
+
{{begin}}
{{ddcl list header | regex}}
+
{{header | regex}}
{{ddcl list item | 1=
+
{{| 1=
 
static constexpr std::regex_constants::syntax_option_type
 
static constexpr std::regex_constants::syntax_option_type
 
     optimize = std::regex_constants::optimize;
 
     optimize = std::regex_constants::optimize;
 
}}
 
}}
{{ddcl list end}}
+
{{end}}
  
{{tr|Define uma cópia do {{c|std::regex_constants::optimize}}.|Defines a copy of {{c|std::regex_constants::optimize}}.}}
+
{{tr|Define uma cópia do {{|std::regex_constants::optimize}}.|Defines a copy of {{|std::regex_constants::optimize}}.}}
  
 
===Veja também===
 
===Veja também===
{{dcl list begin}}
+
{{begin}}
{{dcl list template | cpp/regex/dcl list syntax_option_type}}
+
{{| cpp/regex/syntax_option_type}}
{{dcl list end}}
+
{{end}}

Edição actual desde as 10h19min de 2 de julho de 2013

 
 
Biblioteca de expressões regulares
Classes
Original:
Classes
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C++11)
Algoritmos
Original:
Algorithms
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Iteradores
Original:
Iterators
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Exceções
Original:
Exceptions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Características
Original:
Traits
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Constantes
Original:
Constants
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C++11)
 
std::basic_regex
Funções de membro
Original:
Member Functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_regex::basic_regex
basic_regex::~basic_regex
basic_regex::operator=
basic_regex::assign
Observadores
Original:
Observers
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_regex::mark_count
basic_regex::flags
Localidade
Original:
Locale
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_regex::getloc
basic_regex::imbue
Modificadores
Original:
Modifiers
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_regex::swap
Constantes
Original:
Constants
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Funções não-membros
Original:
Non-member Functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
Definido no cabeçalho <regex>
Define uma cópia do std::regex_constants::optimize.
Original:
Defines a copy of std::regex_constants::optimize.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[editar] Veja também

opções gerais controlar o comportamento regex
Original:
general options controlling regex behavior
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(typedef) [edit]