Diferenças entre edições de "cpp/string/basic string/get allocator"
Da cppreference.com
< cpp | string | basic string
(Translated from the English version using Google Translate) | m (r2.7.3) (Robô: A adicionar: de, en, es, fr, it, ja, ru, zh) | ||
(Uma edição intermédia de um utilizador não apresentada) | |||
Linha 19: | Linha 19: | ||
===Veja também=== | ===Veja também=== | ||
{{todo}} | {{todo}} | ||
+ | |||
+ | [[de:cpp/string/basic string/get allocator]] | ||
+ | [[en:cpp/string/basic string/get allocator]] | ||
+ | [[es:cpp/string/basic string/get allocator]] | ||
+ | [[fr:cpp/string/basic string/get allocator]] | ||
+ | [[it:cpp/string/basic string/get allocator]] | ||
+ | [[ja:cpp/string/basic string/get allocator]] | ||
+ | [[ru:cpp/string/basic string/get allocator]] | ||
+ | [[zh:cpp/string/basic string/get allocator]] |
Edição actual desde as 11h40min de 2 de novembro de 2012
![]() | 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. |
allocator_type get_allocator() const; | ||
Returns the allocator associated with the string.
Índice |
[editar] Parâmetros
(Nenhum)
Original:
(none)
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] Valor de retorno
the associated allocator
[editar] Complexidade
Constante
Original:
Constant
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
Esta seção está incompleta |