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}} | ||
− | {{ | + | {{begin}} |
− | {{ | + | {{header | regex}} |
− | {{ | + | {{| 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; | ||
}} | }} | ||
− | {{ | + | {{end}} |
− | {{tr|Define uma cópia do {{ | + | {{tr|Define uma cópia do {{|std::regex_constants::optimize}}.|Defines a copy of {{|std::regex_constants::optimize}}.}} |
===Veja também=== | ===Veja também=== | ||
− | {{ | + | {{begin}} |
− | {{ | + | {{| cpp/regex/syntax_option_type}} |
− | {{ | + | {{end}} |
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. |
Definido no cabeçalho <regex>
|
||
static constexpr std::regex_constants::syntax_option_type optimize = std::regex_constants::optimize; |
||
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.
You can help to correct and verify the translation. Click here for instructions.
[editar] Veja também
(C++11) |
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) |