std::allocator::allocator
De cppreference.com
|
|
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. |
<metanoindex/>
<tbody> </tbody> allocator(); |
(1) | |
allocator( const allocator& other ); |
(2) | |
template< class U > allocator( const allocator<U>& other ); |
(3) | |
Construit l'allocateur par défaut. Depuis l'allocateur par défaut est apatride, les constructeurs n'ont aucun effet visible .
Original:
Constructs the default allocator. Since the default allocator is stateless, the constructors have no visible effect.
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.
Paramètres
| other | - | une autre allocation de construire avec
Original: another allocator to construct with The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |