std::allocator::allocator
Aus 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) | |
Konstruiert die Standard-Zuweisung. Da die Standard-Zuweisung staatenlos ist, haben die Konstrukteure keine sichtbaren Auswirkungen .
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.
Parameter
| other | - | eine weitere Zuweisungseinrichtung mit konstruieren
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. |