Namespaces
Variants

std::experimental::pmr::polymorphic_allocator<T>:: operator=

From cppreference.net
polymorphic_allocator & operator = ( const polymorphic_allocator & rhs ) = default ;
(ライブラリ基盤技術仕様)

この polymorphic_allocator をコピー代入します。 * this のメモリリソースポインタを rhs のものに設定します。

パラメータ

rhs - コピー元の別の polymorphic_allocator

戻り値

* this