◐ Shell
clean mode source ↗

std::allocator::allocator – cppreference.com

Aus cppreference.com

<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.

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.