std::scoped_allocator_adaptor::max_size
Da cppreference.com.
|
|
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
<metanoindex/>
<tbody> </tbody>| Elemento definito nell'header <scoped_allocator>
|
||
size_type max_size() const |
(dal C++11) | |
Riporta la dimensione massima di allocazione supportato dal allocatore esterno, chiamando
std::allocator_traits<OuterAlloc>::max_size(outer_allocator())Original:
Reports the maximum allocation size supported by the outer allocator, by calling
std::allocator_traits<OuterAlloc>::max_size(outer_allocator())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.
Parametri
(Nessuno)
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.
Valore di ritorno
La dimensione di allocazione massima per OuterAlloc.
Original:
The maximum allocation size for OuterAlloc.
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.
Vedi anche
restituisce la dimensione massima supportata di allocazione Original: returns the largest supported allocation size The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (metodo pubblico) | |
[statico] |
restituisce la dimensione massima oggetto supportato dalla allocatore Original: returns the maximum object size supported by the allocator The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (metodo pubblico statico) |